classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [generics] Patch: FYI: minor japi fix


From: Tom Tromey
Subject: [cp-patches] [generics] Patch: FYI: minor japi fix
Date: 04 Oct 2005 11:27:51 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

I'm checking this in on the generics branch.

According to japi, these methods are deprecated in 1.5.

Tom

2005-10-04  Tom Tromey  <address@hidden>

        * java/awt/Dialog.java (show): Now deprecated.
        (hide): Likewise.

Index: java/awt/Dialog.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/awt/Dialog.java,v
retrieving revision 1.18.2.4
diff -u -r1.18.2.4 Dialog.java
--- java/awt/Dialog.java        20 Sep 2005 18:46:25 -0000      1.18.2.4
+++ java/awt/Dialog.java        4 Oct 2005 17:27:38 -0000
@@ -400,7 +400,9 @@
   *  return until the dialog is hidden by someone calling hide or dispose.
   * If this is the event dispatching thread we must ensure that another event
   *  thread runs while the one which invoked this method is blocked. 
+  * @specnote Deprecated starting in 1.5.
   */
address@hidden
 public synchronized void
 show()
 {
@@ -446,8 +448,9 @@
 /**
   * Hides the Dialog and then
   * causes show() to return if it is currently blocked.
+  * @specnote Deprecated starting in 1.5
   */
-
address@hidden
 public synchronized void 
 hide ()
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]