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

Jean-Noel Rouvignac
13.48.2014 3f8b5e8ec5ddba3499bc47eec0895dc5322ccf0f
opendj3-server-dev/src/server/org/opends/server/schema/CertificateExactMatchingRule.java
@@ -101,7 +101,7 @@
  /**
   * {@inheritDoc}
   */
  public Collection<String> getAllNames()
  public Collection<String> getNames()
  {
    return Collections.singleton(getName());
  }