opendj-config/src/test/java/org/forgerock/opendj/config/StringPropertyDefinitionTest.java
@@ -65,7 +65,7 @@ d.decodeValue("abc123"); } // Create a string property definition. /** Create a string property definition. */ private StringPropertyDefinition getDefinition(boolean isCaseInsensitive, String pattern) { StringPropertyDefinition.Builder builder = StringPropertyDefinition.createBuilder(RootCfgDefn.getInstance(), "test-property");