X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.enterprise%2Fsrc%2Forg%2Fargeo%2Fnaming%2FAttributesDictionary.java;h=e047216106f5c066832c1f5710635365e534aeec;hb=5330a39edafd14df2e6cdc57aae4e9393ebca75c;hp=fe59c100255df984692e357db570c86d92ea0c36;hpb=f8cb8d9383c303f993ca411408c244b9873c046d;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);