--- old/src/share/classes/java/awt/GraphicsDevice.java 2013-11-13 19:48:39.121572000 +0400
+++ new/src/share/classes/java/awt/GraphicsDevice.java 2013-11-13 19:48:38.652545200 +0400
@@ -341,12 +341,11 @@
}
/**
- * Returns the {@code Window} object representing the
+ * Returns the Window
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 null
if the device is
+ * not in full-screen mode.
* @see #setFullScreenWindow(Window)
* @since 1.4
*/