| opendj-server-legacy/src/main/java/org/opends/server/core/DirectoryServer.java | ●●●●● patch | view | raw | blame | history |
opendj-server-legacy/src/main/java/org/opends/server/core/DirectoryServer.java
@@ -2519,7 +2519,7 @@ */ public static AttributeType getAttributeTypeOrNull(String attrName) { AttributeType attrType = directoryServer.schema.getAttributeType(attrName); AttributeType attrType = getAttributeType(attrName); return attrType.isPlaceHolder() ? null : attrType; }