--- old/src/java.activation/share/classes/javax/activation/ActivationDataFlavor.java 2015-04-20 18:00:51.096167471 +0400 +++ new/src/java.activation/share/classes/javax/activation/ActivationDataFlavor.java 2015-04-20 18:00:50.964167471 +0400 @@ -31,10 +31,10 @@ /** * The ActivationDataFlavor class is a special subclass of - * java.awt.datatransfer.DataFlavor. It allows the JAF to + * {@code java.awt.datatransfer.DataFlavor}. It allows the JAF to * set all three values stored by the DataFlavor class via a new - * constructor. It also contains improved MIME parsing in the equals - * method. Except for the improved parsing, its semantics are + * constructor. It also contains improved MIME parsing in the {@code equals} + * method. Except for the improved parsing, its semantics are * identical to that of the JDK's DataFlavor class. * * @since 1.6 @@ -70,7 +70,6 @@ * representationClass = representationClass
* mimeType = mimeType
* humanName = humanName - *

* * @param representationClass the class used in this DataFlavor * @param mimeType the MIME type of the data represented by this class @@ -98,7 +97,7 @@ * otherwise: *

* representationClass = InputStream

- * mimeType = mimeType

+ * mimeType = mimeType * * @param representationClass the class used in this DataFlavor * @param humanPresentableName the human presentable name of the flavor @@ -175,7 +174,7 @@ /** * Compares the DataFlavor passed in with this DataFlavor; calls - * the isMimeTypeEqual method. + * the {@code isMimeTypeEqual} method. * * @param dataFlavor the DataFlavor to compare with * @return true if the MIME type and representation class