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

jvergara
08.43.2007 eb93a7bf09123d5fe7a8509e4a1421101163b670
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
@@ -1497,6 +1497,10 @@
      key = "wait-tiny";
      break;
    case WAIT:
      key = "wait";
      break;
    default:
      throw new IllegalArgumentException("Unknown iconName: " + iconType);
    }
@@ -1577,6 +1581,10 @@
      description = getMsg("help-wait-description");
      break;
    case WAIT:
      description = getMsg("help-wait-description");
      break;
    case NO_ICON:
      description = null;
      break;