In jaxws/src/java.activation/share/classes/javax/activation/CommandInfo.java
there is a redundant <p> at the end of line 115. This shows up as a warning (the only warning) reported by tidy in the generated docs for the java.activation module.
* <p>
* If the bean does NOT implement the CommandObject interface,
* 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.<p>
It would be good to remove the extra <p> and have the java.activation module with a clean bill of documentation health.
there is a redundant <p> at the end of line 115. This shows up as a warning (the only warning) reported by tidy in the generated docs for the java.activation module.
* <p>
* If the bean does NOT implement the CommandObject interface,
* 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.<p>
It would be good to remove the extra <p> and have the java.activation module with a clean bill of documentation health.