# HG changeset patch # User bagiras # Date 1384359403 -14400 # Node ID f8db6d6a6f71c8d719b4645e678e179550d8be30 # Parent 0e3a39f29dbc56585c6a84f635c043a881705410 8028283: Revert JavaDoc changes pushed for JDK-7068423 Reviewed-by: art, serb diff -r 0e3a39f29dbc -r f8db6d6a6f71 jdk/src/share/classes/java/awt/GraphicsDevice.java --- 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 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 */