From 2a3158aad80fc910b83336485b3e545dea50066c Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 20 Apr 2016 09:23:30 +0000
Subject: [PATCH] guitools + quicksetup: added @Override + Autorefactor'ed comments
---
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java | 12 +++---------
1 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java
index 10e6dd6..7810925 100644
--- a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java
+++ b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java
@@ -12,7 +12,7 @@
* information: "Portions Copyright [year] [name of copyright owner]".
*
* Copyright 2008-2010 Sun Microsystems, Inc.
- * Portions Copyright 2015 ForgeRock AS.
+ * Portions Copyright 2015-2016 ForgeRock AS.
*/
package org.opends.guitools.controlpanel.ui.nodes;
@@ -21,10 +21,7 @@
import org.opends.server.types.LDAPURL;
-/**
- * Interface used in the LDAP entries browser code to deal with entries.
- *
- */
+/** Interface used in the LDAP entries browser code to deal with entries. */
public interface BrowserNodeInfo {
/**
@@ -60,7 +57,6 @@
* current server. An entry is declared 'remote' when the host/port of
* getURL() is different from the host/port of the DirContext associated to
* the browser controller. Returns <CODE>false</CODE> otherwise.
- *
*/
boolean isRemote();
@@ -140,9 +136,7 @@
*/
String[] getObjectClassValues();
- /**
- * Error types
- */
+ /** Error types. */
/** No error happened. */
int ERROR_NONE = 0;
/** And error reading the entry occurred. */
--
Gitblit v1.10.0