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/ImportLDIFPanel.java |   19 ++++---------------
 1 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ImportLDIFPanel.java b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ImportLDIFPanel.java
index dee8a03..7b6a589 100644
--- a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ImportLDIFPanel.java
+++ b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ImportLDIFPanel.java
@@ -61,10 +61,7 @@
 import org.opends.server.tools.dsreplication.ReplicationCliException;
 import org.opends.server.tools.dsreplication.ReplicationCliMain;
 
-/**
- * The panel where the user can import the contents of an LDIF file to the
- * server.
- */
+/** The panel where the user can import the contents of an LDIF file to the server. */
 public class ImportLDIFPanel extends InclusionExclusionPanel
 {
   private static final long serialVersionUID = 1143246529610229229L;
@@ -98,10 +95,7 @@
 
   private DocumentListener documentListener;
 
-  /**
-   * Default constructor.
-   *
-   */
+  /** Default constructor. */
   public ImportLDIFPanel()
   {
     super();
@@ -129,9 +123,7 @@
     }
   }
 
-  /**
-   * Creates the layout of the panel (but the contents are not populated here).
-   */
+  /** Creates the layout of the panel (but the contents are not populated here). */
   private void createLayout()
   {
     GridBagConstraints gbc = new GridBagConstraints();
@@ -617,10 +609,7 @@
     return baseDNs;
   }
 
-  /**
-   * The class that performs the import.
-   *
-   */
+  /** The class that performs the import. */
   protected class ImportTask extends InclusionExclusionTask
   {
     private Set<String> backendSet;

--
Gitblit v1.10.0