aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbagiras <none@none>2013-11-13 20:16:43 +0400
committerbagiras <none@none>2013-11-13 20:16:43 +0400
commit27d85cb68de747158f7249f051e5b32c2a74e410 (patch)
treef1d6632d75cabe532a98751f4d92409734286f1c /src
parent797b7c5b204ffc0b808bc65cbaaafeeecee3fab1 (diff)
8028283: Revert JavaDoc changes pushed for JDK-7068423
Reviewed-by: art, serb
Diffstat (limited to 'src')
-rw-r--r--src/share/classes/java/awt/GraphicsDevice.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/share/classes/java/awt/GraphicsDevice.java b/src/share/classes/java/awt/GraphicsDevice.java
index 3c9d4178b..d55ccedca 100644
--- a/src/share/classes/java/awt/GraphicsDevice.java
+++ b/src/share/classes/java/awt/GraphicsDevice.java
@@ -341,12 +341,11 @@ public abstract class GraphicsDevice {
}
/**
- * 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
*/