--- old/src/java.activation/share/classes/javax/activation/CommandObject.java 2015-04-20 18:00:52.852167469 +0400 +++ new/src/java.activation/share/classes/javax/activation/CommandObject.java 2015-04-20 18:00:52.732167469 +0400 @@ -34,7 +34,7 @@ * data they should operate on. JavaBeans that don't implement * this interface may be used as well. Such commands may obtain * the data using the Externalizable interface, or using an - * application-specific method.

+ * application-specific method. * * @since 1.6 */ @@ -44,7 +44,7 @@ * Initialize the Command with the verb it is requested to handle * and the DataHandler that describes the data it will * operate on. NOTE: it is acceptable for the caller - * to pass null as the value for DataHandler. + * to pass null as the value for {@code DataHandler}. * * @param verb The Command Verb this object refers to. * @param dh The DataHandler.