mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
17.19.2015 3c1fa5e3bbf2c06153a060f0490c5f10668f42e3
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.