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

Jean-Noel Rouvignac
02.47.2014 5bfb3cbedfeeb4f1fc6659c9097c9c670a71bde4
Fixed typo
1 files modified
2 ■■■ changed files
opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/spi/Indexer.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/spi/Indexer.java
@@ -34,7 +34,7 @@
import org.forgerock.opendj.ldap.schema.Schema;
/**
 * This class is registered with a Backend and it provides call- backs
 * This class is registered with a Backend and it provides callbacks
 * for indexing attribute values. An index implementation will use
 * this interface to create the keys for an attribute value.
 */