diff options
Diffstat (limited to 'libjava/javax/swing/Popup.java')
-rw-r--r-- | libjava/javax/swing/Popup.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/javax/swing/Popup.java b/libjava/javax/swing/Popup.java index b1cb446..1b8d08e 100644 --- a/libjava/javax/swing/Popup.java +++ b/libjava/javax/swing/Popup.java @@ -163,7 +163,7 @@ public class Popup /** - * Displays the popup’s <code>JWindow</code> on the screen. + * Displays the popup's <code>JWindow</code> on the screen. * Nothing happens if it is already visible. */ public void show() @@ -173,7 +173,7 @@ public class Popup /** - * Removes the popup’s <code>JWindow</code> from the + * Removes the popup's <code>JWindow</code> from the * screen. Nothing happens if it is currently not visible. */ public void hide() |