src/share/classes/com/sun/jndi/ldap/LdapAttribute.java

Print this page

        

*** 186,196 **** Attribute syntaxAttr = attrDef.getAttributes("").get("SYNTAX"); if(syntaxAttr == null || syntaxAttr.size() == 0) { throw new NameNotFoundException( ! getID() + "does not have a syntax associated with it"); } String syntaxName = (String)syntaxAttr.get(); // look in the schema tree for the syntax definition --- 186,196 ---- Attribute syntaxAttr = attrDef.getAttributes("").get("SYNTAX"); if(syntaxAttr == null || syntaxAttr.size() == 0) { throw new NameNotFoundException( ! getID() + " does not have a syntax associated with it"); } String syntaxName = (String)syntaxAttr.get(); // look in the schema tree for the syntax definition