--- old/src/java.desktop/share/classes/javax/print/attribute/standard/JobStateReasons.java 2015-08-11 19:36:00.863331086 +0400 +++ new/src/java.desktop/share/classes/javax/print/attribute/standard/JobStateReasons.java 2015-08-11 19:36:00.683331094 +0400 @@ -59,8 +59,8 @@ * java.util.Collections}). *

* IPP Compatibility: The string value returned by each individual {@link - * JobStateReason JobStateReason} object's toString() method gives - * the IPP keyword value. The category name returned by getName() + * JobStateReason JobStateReason} object's {@code toString()} method gives + * the IPP keyword value. The category name returned by {@code getName()} * gives the IPP attribute name. * * @author Alan Kaminsky @@ -114,11 +114,11 @@ * @param collection Collection to copy. * * @exception NullPointerException - * (unchecked exception) Thrown if collection is null or - * if any element in collection is null. + * (unchecked exception) Thrown if {@code collection} is null or + * if any element in {@code collection} is null. * @throws ClassCastException * (unchecked exception) Thrown if any element in - * collection is not an instance of class {@link + * {@code collection} is not an instance of class {@link * JobStateReason JobStateReason}. */ public JobStateReasons(Collection collection) { @@ -130,11 +130,11 @@ * not already present. The element to be added must be an instance of class * {@link JobStateReason JobStateReason}. If this job state reasons * attribute already contains the specified element, the call leaves this - * job state reasons attribute unchanged and returns false. + * job state reasons attribute unchanged and returns {@code false}. * * @param o Element to be added to this job state reasons attribute. * - * @return true if this job state reasons attribute did not + * @return {@code true} if this job state reasons attribute did not * already contain the specified element. * * @throws NullPointerException @@ -169,7 +169,7 @@ * instance. *

* For class JobStateReasons, the category - * name is "job-state-reasons". + * name is {@code "job-state-reasons"}. * * @return Attribute category name. */