--- old/src/java.naming/share/classes/javax/naming/LinkException.java 2015-08-04 13:14:28.988900271 +0300 +++ new/src/java.naming/share/classes/javax/naming/LinkException.java 2015-08-04 13:14:28.520900260 +0300 @@ -204,7 +204,7 @@ /** * Sets the resolved link name field of this exception. *

- * name is a composite name. If the intent is to set + * {@code name} is a composite name. If the intent is to set * this field using a compound name or string, you must * "stringify" the compound name, and create a composite * name with a single component using the string. You can then @@ -230,7 +230,7 @@ /** * Sets the remaining link name field of this exception. *

- * name is a composite name. If the intent is to set + * {@code name} is a composite name. If the intent is to set * this field using a compound name or string, you must * "stringify" the compound name, and create a composite * name with a single component using the string. You can then