--- old/src/java.base/share/classes/java/util/MissingFormatArgumentException.java 2015-08-07 21:15:12.626584309 +0400 +++ new/src/java.base/share/classes/java/util/MissingFormatArgumentException.java 2015-08-07 21:15:12.418584319 +0400 @@ -30,7 +30,7 @@ * have a corresponding argument or if an argument index refers to an argument * that does not exist. * - *

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. *