RFR: 8185150: javax/activation/CommandInfo.html has empty <p>

Jonathan Gibbons jonathan.gibbons at oracle.com
Mon Jul 24 20:07:49 UTC 2017


Please review a trivial fix to remove a superfluous <p> in a javadoc 
comment.

No webrev; here is the patch:

$ hg diff -R jaxws
diff -r 97e67df03f88 
src/java.activation/share/classes/javax/activation/CommandInfo.java
--- 
a/src/java.activation/share/classes/javax/activation/CommandInfo.java 
Thu Jul 20 18:17:14 2017 +0000
+++ 
b/src/java.activation/share/classes/javax/activation/CommandInfo.java 
Mon Jul 24 13:03:03 2017 -0700
@@ -112,7 +112,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.<p>
+     * can be acquired from the DataHandler.
       *
       * @param dh        The DataHandler that describes the data to be
       *                  passed to the command.


JBS: https://bugs.openjdk.java.net/browse/JDK-8185150

-- Jon


More information about the core-libs-dev mailing list