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/util/Utilities.java | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java
index 3c52167..93ca6df 100644
--- a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java
+++ b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java
@@ -127,9 +127,7 @@
import org.opends.server.util.ServerConstants;
import org.opends.server.util.StaticUtils;
-/**
- * A static class that provides miscellaneous functions.
- */
+/** A static class that provides miscellaneous functions. */
public class Utilities
{
private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
@@ -273,7 +271,6 @@
* @param msg the message to be displayed.
* @return <CODE>true</CODE> if the user accepts the message and
* <CODE>false</CODE> otherwise.
- *
*/
public static boolean displayConfirmationDialog(Component parentComponent,
LocalizableMessage title, LocalizableMessage msg)
@@ -1230,7 +1227,6 @@
*
* @param comp the component to be centered.
* @param ref the component to be used as reference.
- *
*/
public static void centerGoldenMean(Window comp, Component ref)
{
@@ -1525,7 +1521,6 @@
* @param dn the DN as a String.
* @return a Name object representing the DN.
* @throws InvalidNameException if the provided DN value is not valid.
- *
*/
public static Name getJNDIName(String dn) throws InvalidNameException
{
@@ -2804,9 +2799,7 @@
}
}
- /**
- * Initialize the configuration framework.
- */
+ /** Initialize the configuration framework. */
public static void initializeConfigurationFramework()
{
if (!ConfigurationFramework.getInstance().isInitialized())
--
Gitblit v1.10.0