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

neil_a_wilson
31.28.2007 ea1dbcbfb196eef6676e7827581899d37a2cfc8e
Eliminate build warnings when compiling QuickSetup.
2 files modified
4 ■■■■ changed files
opends/src/ads/org/opends/admin/ads/ADSContext.java 2 ●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java 2 ●●● patch | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/ADSContext.java
@@ -1341,7 +1341,7 @@
    {
      for (ServerGroupProperty prop : ServerGroupProperty.values())
      {
        Attribute attr = (Attribute) attrs.get(prop.getAttributeName());
        Attribute attr = attrs.get(prop.getAttributeName());
        if (attr == null)
        {
          continue ;
opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java
@@ -389,7 +389,7 @@
            LOG.log(Level.INFO, "ignoring attribute that already exists: " +
                    modListToString(op.getModifications()));
          } else if (rc.equals(ResultCode.NO_SUCH_ATTRIBUTE)) {
            // This canĀ·happen if for instance the old configuration was
            // This can happen if for instance the old configuration was
            // changed so that the value of an attribute matches the default
            // value of the attribute in the new configuration.
            // Just log it and move on.