--- a/jdk/src/share/classes/java/awt/GraphicsDevice.java Tue Nov 12 20:24:25 2013 +0400
+++ b/jdk/src/share/classes/java/awt/GraphicsDevice.java Wed Nov 13 20:16:43 2013 +0400
@@ -341,12 +341,11 @@
}
/**
- * Returns the {@code Window} object representing the
+ * Returns the <code>Window</code> object representing the
* full-screen window if the device is in full-screen mode.
*
- * @return the full-screen window, or {@code null} if the device is
- * not in full-screen mode. The {@code Window} object can differ
- * from the object previously set by {@code setFullScreenWindow}.
+ * @return the full-screen window, or <code>null</code> if the device is
+ * not in full-screen mode.
* @see #setFullScreenWindow(Window)
* @since 1.4
*/