Undeprecate get methods
[lgpl/argeo-commons.git] / org.argeo.api.acr / src / org / argeo / api / acr / ldap / LdapObj.java
index ba785818572df4d54eef9d1902e32e1b368759c5..061d1172db15a30e71b800875e30ee3a21cda1cb 100644 (file)
@@ -136,8 +136,8 @@ public enum LdapObj implements QNamed, SpecifiedName {
                return get();
        }
 
-       /** @deprecated use {@link #qName()} instead. */
-       @Deprecated
+       /** #deprecated use {@link #qName()} instead. */
+//     @Deprecated
        public String get() {
                return RuntimeNamespaceContext.getNamespaceContext().getPrefix(LDAP_NAMESPACE_URI) + ":" + name();
        }