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

Jean-Noel Rouvignac
16.57.2015 a41662c1136b2bb4a4198df89e0e87d2be3ef099
opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/SelectAliasDialog.java
@@ -99,7 +99,7 @@
   */
  public void display(String[] aliases)
  {
    if ((aliases == null) || (aliases.length ==0))
    if (aliases == null || aliases.length ==0)
    {
      throw new IllegalArgumentException(
          "The provided aliases are null or empty.");