opendj-server-legacy/src/main/java/org/opends/server/config/IntegerConfigAttribute.java
@@ -37,7 +37,7 @@ import javax.management.MBeanAttributeInfo; import javax.management.MBeanParameterInfo; import org.opends.server.api.AttributeSyntax; import org.forgerock.opendj.ldap.schema.Syntax; import org.opends.server.core.DirectoryServer; import org.opends.server.types.*; import org.forgerock.opendj.ldap.ByteString; @@ -307,7 +307,7 @@ * * @return The attribute syntax for this configuration attribute. */ public AttributeSyntax<?> getSyntax() public Syntax getSyntax() { return DirectoryServer.getDefaultIntegerSyntax(); }