--- a/jdk/src/share/classes/java/awt/GraphicsEnvironment.java Tue Jun 24 10:25:56 2014 +0100
+++ b/jdk/src/share/classes/java/awt/GraphicsEnvironment.java Tue Jun 24 16:57:02 2014 +0400
@@ -357,6 +357,8 @@
* <p>Notice that an application can supersede the registration
* of an earlier created font with a new one.
* </ul>
+ *
+ * @param font the font to be registered
* @return true if the <code>font</code> is successfully
* registered in this <code>GraphicsEnvironment</code>.
* @throws NullPointerException if <code>font</code> is null