opendj-config/src/test/java/org/forgerock/opendj/config/BooleanPropertyDefinitionTest.java
@@ -25,12 +25,9 @@ */ package org.forgerock.opendj.config; import static org.testng.Assert.*; import static org.testng.Assert.assertEquals; import org.forgerock.opendj.server.config.meta.RootCfgDefn; import org.forgerock.opendj.config.BooleanPropertyDefinition; import org.forgerock.opendj.config.IllegalPropertyValueStringException; import org.forgerock.opendj.config.PropertyDefinitionsOptions; import org.testng.annotations.BeforeClass; import org.testng.annotations.DataProvider; import org.testng.annotations.Test;