opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupStepPanel.java
@@ -65,8 +65,9 @@ private ProgressMessageFormatter formatter; // We can use a HashMap (not multi-thread safe) because all // the calls to this object are done in the event-thread. /* 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>();