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

jvergara
27.51.2007 ceef7ba098240a8b10aee4f36d1653795652481c
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();