--- old/src/share/classes/java/awt/GraphicsEnvironment.java 2014-06-23 19:31:47.000000000 +0400 +++ new/src/share/classes/java/awt/GraphicsEnvironment.java 2014-06-23 19:31:47.000000000 +0400 @@ -357,6 +357,8 @@ *

Notice that an application can supersede the registration * of an earlier created font with a new one. * + * + * @param font the font to be registered * @return true if the font is successfully * registered in this GraphicsEnvironment. * @throws NullPointerException if font is null