--- old/src/share/classes/javax/naming/Reference.java 2014-02-14 23:38:06.757334245 +0400 +++ new/src/share/classes/javax/naming/Reference.java 2014-02-14 23:38:06.197341284 +0400 @@ -218,8 +218,8 @@ * String.compareTo() is used to test the equality of the address types. * * @param addrType The non-null address type for which to find the address. - * @return The address in this reference with address type 'addrType; - * null if no such address exist. + * @return The address in this reference with address type 'addrType'; + * null if no such address exists. */ public RefAddr get(String addrType) { int len = addrs.size();