seelmann commented on code in PR #32:
URL: https://github.com/apache/directory-studio/pull/32#discussion_r873114134


##########
plugins/ldapbrowser.core/src/main/java/org/apache/directory/studio/ldapbrowser/core/utils/Utils.java:
##########
@@ -657,4 +657,34 @@ private static LdifAttrValLine 
computeDiffCreateAttrValLine( IValue value )
             return LdifAttrValLine.create( attribute.getDescription(), 
value.getStringValue() );
         }
     }
+
+
+    /** OID of the RFC 4517 Postal Address syntax. */
+    public static final String POSTAL_ADDRESS_SYNTAX_OID = 
"1.3.6.1.4.1.1466.115.121.1.41";

Review Comment:
   Let's use 
`org.apache.directory.api.ldap.model.constants.SchemaConstants.POSTAL_ADDRESS_AT_OID`
 instead?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org

Reply via email to