| opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/Syntax.java | ●●●●● patch | view | raw | blame | history |
opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/Syntax.java
@@ -265,6 +265,15 @@ } /** * Retrieves the name for this attribute syntax. * * @return The name for this attribute syntax. */ public String getName() { return impl.getName(); } /** * Retrieves the default ordering matching rule that will be used for * attributes with this syntax. *