--- old/src/java.naming/share/classes/javax/naming/ldap/HasControls.java 2015-08-04 13:14:55.940900870 +0300 +++ new/src/java.naming/share/classes/javax/naming/ldap/HasControls.java 2015-08-04 13:14:55.628900863 +0300 @@ -60,10 +60,10 @@ public interface HasControls { /** - * Retrieves an array of Controls from the object that + * Retrieves an array of {@code Control}s from the object that * implements this interface. It is null if there are no controls. * - * @return A possibly null array of Control objects. + * @return A possibly null array of {@code Control} objects. * @throws NamingException If cannot return controls due to an error. */ public Control[] getControls() throws NamingException;