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/quicksetup/installer/DataReplicationOptions.java | 18 +++++-------------
1 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/DataReplicationOptions.java b/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/DataReplicationOptions.java
index 001ddb8..e00d2fb 100644
--- a/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/DataReplicationOptions.java
+++ b/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/DataReplicationOptions.java
@@ -12,7 +12,7 @@
* information: "Portions Copyright [year] [name of copyright owner]".
*
* Copyright 2006-2008 Sun Microsystems, Inc.
- * Portions Copyright 2013-2015 ForgeRock AS.
+ * Portions Copyright 2013-2016 ForgeRock AS.
*/
package org.opends.quicksetup.installer;
@@ -31,17 +31,11 @@
*/
public enum Type
{
- /**
- * Standalone server.
- */
+ /** Standalone server. */
STANDALONE,
- /**
- * Replicate Contents and this is the first server in topology..
- */
+ /** Replicate Contents and this is the first server in topology.. */
FIRST_IN_TOPOLOGY,
- /**
- * Replicate Contents of the new Suffix with existing server.
- */
+ /** Replicate Contents of the new Suffix with existing server. */
IN_EXISTING_TOPOLOGY
}
@@ -54,9 +48,7 @@
authenticationData.setPort(4444);
}
- /**
- * Private constructor for the DataReplicationOptions object.
- */
+ /** Private constructor for the DataReplicationOptions object. */
private DataReplicationOptions()
{
}
--
Gitblit v1.10.0