opendj-server-legacy/src/main/java/org/opends/server/admin/client/spi/PropertySet.java
@@ -22,12 +22,10 @@ * * * Copyright 2008 Sun Microsystems, Inc. * Portions Copyright 2015 ForgeRock AS */ package org.opends.server.admin.client.spi; import java.util.Collection; import java.util.Collections; import java.util.HashMap; @@ -39,8 +37,6 @@ import org.opends.server.admin.PropertyDefinition; import org.opends.server.admin.PropertyOption; /** * A set of properties. Instances of this class can be used as the * core of a managed object implementation.