opends/src/server/org/opends/server/admin/RelationOption.java
@@ -32,12 +32,16 @@ /** * This enumeration contains various options that can be associated * with relation definitions. * <p> * Only one option is supported at the moment, but others may be added * in future. */ public enum RelationOption { /** * Use this option to identify relations which should be considered * as advanced and should not be exposed by default in client * applications. */ ADVANCED, /** * Use this option to identify relations which must not be directly * exposed in client applications. */