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

Jean-Noel Rouvignac
03.47.2014 92372e469f2817ef4fa576bf670b36fa62cd30fe
Fixed typo.
1 files modified
2 ■■■ changed files
opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/EnumOrderingMatchingRule.java 2 ●●● patch | view | raw | blame | history
opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/EnumOrderingMatchingRule.java
@@ -35,7 +35,7 @@
/**
 * This class is the ordering matching rule implementation for an enum syntax
 * implmentation. The ordering is determined by the order of the entries in the
 * implementation. The ordering is determined by the order of the entries in the
 * X-ENUM extension value.
 */
final class EnumOrderingMatchingRule extends AbstractOrderingMatchingRuleImpl {