opends/src/quicksetup/org/opends/quicksetup/CurrentInstallStatus.java
@@ -109,7 +109,7 @@ } else if (isInstalled) { StringBuffer buf = new StringBuffer(); StringBuilder buf = new StringBuilder(); buf.append("<ul>"); for (String msg : msgs) { @@ -412,7 +412,7 @@ { if (configFileContents == null) { StringBuffer buf = new StringBuffer(); StringBuilder buf = new StringBuilder(); try { Installation installation = getInstallationFromClassPath();