mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
06.42.2015 e79461c53adce17f83f30954f8a03d67bb761a1f
opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/QuickSetupStepPanel.java
@@ -66,8 +66,7 @@
  private JPanel inputContainer;
  private Component inputPanel;
  private HashSet<ButtonActionListener> buttonListeners =
    new HashSet<ButtonActionListener>();
  private HashSet<ButtonActionListener> buttonListeners = new HashSet<>();
  private ProgressMessageFormatter formatter;
@@ -80,8 +79,7 @@
   * We can use a HashMap (not multi-thread safe) because all
   * the calls to this object are done in the event-thread.
  */
  private HashMap<String, URLWorker> hmURLWorkers =
      new HashMap<String, URLWorker>();
  private HashMap<String, URLWorker> hmURLWorkers = new HashMap<>();
  /**
   * Creates a default instance.