opendj3-server-dev/src/server/org/opends/server/plugins/EntryUUIDPlugin.java
@@ -134,11 +134,8 @@ // These are acceptable. break; default: LocalizableMessage message = ERR_PLUGIN_ENTRYUUID_INVALID_PLUGIN_TYPE.get(t.toString()); throw new ConfigException(message); throw new ConfigException(ERR_PLUGIN_ENTRYUUID_INVALID_PLUGIN_TYPE.get(t)); } } }