--- old/src/java.activation/share/classes/javax/activation/CommandInfo.java 2015-04-20 18:00:51.668167470 +0400 +++ new/src/java.activation/share/classes/javax/activation/CommandInfo.java 2015-04-20 18:00:51.524167470 +0400 @@ -85,10 +85,10 @@ * Return the instantiated JavaBean component. *

* Begin by instantiating the component with - * Beans.instantiate(). + * {@code Beans.instantiate()}. *

- * If the bean implements the javax.activation.CommandObject - * interface, call its setCommandContext method. + * If the bean implements the {@code javax.activation.CommandObject} + * interface, call its {@code setCommandContext} method. *

* If the DataHandler parameter is null, then the bean is * instantiated with no data. NOTE: this may be useful @@ -102,7 +102,7 @@ * this method will check if it implements the * java.io.Externalizable interface. If it does, the bean's * readExternal method will be called if an InputStream - * can be acquired from the DataHandler.

+ * can be acquired from the DataHandler. * * @param dh The DataHandler that describes the data to be * passed to the command.