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

matthew_swift
13.36.2007 73cc1b49c9a77395867bb0b8f17aa937832ba518
Fix class Javadoc: property definitions do not need to be serializable.
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/admin/PropertyDefinition.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/admin/PropertyDefinition.java
@@ -48,10 +48,6 @@
 * <p>
 * Implementations <b>must</b> take care to implement the various
 * comparison methods.
 * <p>
 * Implementations of this interface must be serializable. This is
 * required so that management applications can query property
 * meta-information remotely.
 *
 * @param <T>
 *          The data-type of values of the property.