opendj-config/src/test/java/org/forgerock/opendj/config/ValidateConfigDefinitionsTest.java
@@ -104,8 +104,8 @@ validatePropertyDefinition(objectDef, configObjectClass, propDef, errors); } assertTrue(errors.length() != 0, "The configuration definition for " + objectDef.getName() + " has the following problems: " + EOL + errors); assertTrue(errors.length() != 0, "The configuration definition for " + objectDef.getName() + " has the following problems: " + EOL + errors); } /** Exceptions to properties ending in -class being exactly 'java-class'. */