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

jvergara
11.34.2006 c40f084a6d3e897785f2fbff3ddb97545644cddc
opends/src/quicksetup/org/opends/quicksetup/i18n/ResourceProvider.java
@@ -182,8 +182,8 @@
        }
      } catch (java.util.MissingResourceException e)
      {
        throw new IllegalStateException("Missing Resource Bundle: "
            + BUNDLE_NAME);
        throw new IllegalStateException("Could not retrieve Resource Bundle: "
            + BUNDLE_NAME, e);
      }
    }