opendj-server-legacy/src/test/java/org/opends/server/schema/FakeEntryIndex.java
@@ -60,7 +60,7 @@ FakeEntryIndex(String attrName) throws DecodeException { attrType = DirectoryServer.getAttributeTypeOrNull(attrName); attrType = DirectoryServer.getAttributeType(attrName); if (attrType == null) { throw new IllegalArgumentException("Cannot find attribute with name \"" + attrName + "\"");