X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.enterprise%2Fsrc%2Forg%2Fargeo%2Fnaming%2FAttributesDictionary.java;h=e047216106f5c066832c1f5710635365e534aeec;hb=f9efbe5228615951dd8482a4582aa24e00c10ce5;hp=fe59c100255df984692e357db570c86d92ea0c36;hpb=85688af22a77f82e7762e11e6eb38c6367eddb6c;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.enterprise/src/org/argeo/naming/AttributesDictionary.java b/org.argeo.enterprise/src/org/argeo/naming/AttributesDictionary.java index fe59c1002..e04721610 100644 --- a/org.argeo.enterprise/src/org/argeo/naming/AttributesDictionary.java +++ b/org.argeo.enterprise/src/org/argeo/naming/AttributesDictionary.java @@ -145,8 +145,8 @@ public class AttributesDictionary extends Dictionary { } /** - * Copy the content of an {@link javax.naming.Attributes} to the - * provided {@link Dictionary}. + * Copy the content of an {@link Attributes} to the provided + * {@link Dictionary}. */ public static void copy(Attributes attributes, Dictionary dictionary) { AttributesDictionary ad = new AttributesDictionary(attributes); @@ -158,7 +158,7 @@ public class AttributesDictionary extends Dictionary { } /** - * Copy a {@link Dictionary} into an {@link javax.naming.Attributes}. + * Copy a {@link Dictionary} into an {@link Attributes}. */ public static void copy(Dictionary dictionary, Attributes attributes) { AttributesDictionary ad = new AttributesDictionary(attributes);