--- old/src/java.base/share/classes/java/util/MissingFormatWidthException.java 2015-08-07 21:15:13.166584285 +0400 +++ new/src/java.base/share/classes/java/util/MissingFormatWidthException.java 2015-08-07 21:15:12.962584294 +0400 @@ -28,7 +28,7 @@ /** * Unchecked exception thrown when the format width is required. * - *

Unless otherwise specified, passing a null argument to any + *

Unless otherwise specified, passing a {@code null} argument to any * method or constructor in this class will cause a {@link * NullPointerException} to be thrown. *