From 37eafc118d988c7635f02b3c9cb0187f3af7c60a Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 05 Apr 2016 09:45:19 +0000
Subject: [PATCH] OPENDJ-2819 Setup error (NPE)

---
 opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/ControlPanelInfo.java |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/ControlPanelInfo.java b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/ControlPanelInfo.java
index b1bc801..7a826ef 100644
--- a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/ControlPanelInfo.java
+++ b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/ControlPanelInfo.java
@@ -1087,13 +1087,10 @@
   }
 
   /**
-   * Returns <CODE>true</CODE> if the configuration must be deregistered and
-   * <CODE>false</CODE> otherwise.
-   * This is required when we use the ConfigFileHandler to update the
-   * configuration, in these cases cn=config must the deregistered from the
-   * ConfigFileHandler and after that register again.
-   * @return <CODE>true</CODE> if the configuration must be deregistered and
-   * <CODE>false</CODE> otherwise.
+   * Returns {@code true} if the configuration must be deregistered and {@code false} otherwise.
+   * This is required when we update the configuration, in these cases {@code cn=config}
+   * must the deregistered and after that register again.
+   * @return {@code true} if the configuration must be deregistered and {@code false} otherwise.
    */
   public boolean mustDeregisterConfig()
   {

--
Gitblit v1.10.0