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

Jean-Noel Rouvignac
24.22.2014 a290c34a5ac2f5654f6f26f398459bf2d904bfb4
opendj3-server-dev/src/server/org/opends/server/schema/TimeBasedMatchingRuleFactory.java
@@ -323,8 +323,7 @@
    /** {@inheritDoc} */
    @Override
    public Collection<ExtensibleIndexer> getIndexers(
        IndexingOptions indexingOptions)
    public Collection<ExtensibleIndexer> getIndexers()
    {
      if(indexer == null)
      {
@@ -891,8 +890,7 @@
    /** {@inheritDoc} */
    @Override
    public Collection<ExtensibleIndexer> getIndexers(
        IndexingOptions indexingOptions)
    public Collection<ExtensibleIndexer> getIndexers()
    {
      if(indexer == null)
      {