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

jvergara
11.34.2006 f10eeefc3ab93b6173fd4edbf196ca863344b4dc
opendj-sdk/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);
      }
    }