There is not much value in having deprecated classes that are only part of implementation and are not visible in any api. And now also merge to main trunk as well. Sorry. apisupport_format_58966_newbase_20050520
authorjtulach@netbeans.org
Fri, 20 May 2005 14:06:44 +0000
changeset 203789d4d84884
parent 19 b15b17741705
child 21 4355e763eb90
There is not much value in having deprecated classes that are only part of implementation and are not visible in any api. And now also merge to main trunk as well. Sorry.
openide.util/src/org/openide/util/WeakListenerImpl.java
     1.1 --- a/openide.util/src/org/openide/util/WeakListenerImpl.java	Thu May 12 06:29:13 2005 +0000
     1.2 +++ b/openide.util/src/org/openide/util/WeakListenerImpl.java	Fri May 20 14:06:44 2005 +0000
     1.3 @@ -117,7 +117,6 @@
     1.4      }
     1.5  
     1.6      /** Weak property change listener
     1.7 -    * @deprecated use appropriate method instead
     1.8      */
     1.9      static class PropertyChange extends WeakListenerImpl implements PropertyChangeListener {
    1.10          /** Constructor.
    1.11 @@ -157,7 +156,6 @@
    1.12      }
    1.13  
    1.14      /** Weak vetoable change listener
    1.15 -    * @deprecated use appropriate method instead
    1.16      */
    1.17      static class VetoableChange extends WeakListenerImpl implements VetoableChangeListener {
    1.18          /** Constructor.
    1.19 @@ -192,7 +190,6 @@
    1.20      /** Weak document modifications listener.
    1.21      * This class if final only for performance reasons,
    1.22      * can be happily unfinaled if desired.
    1.23 -    * @deprecated use appropriate method instead
    1.24      */
    1.25      static final class Document extends WeakListenerImpl implements DocumentListener {
    1.26          /** Constructor.
    1.27 @@ -262,7 +259,6 @@
    1.28      /** Weak swing change listener.
    1.29      * This class if final only for performance reasons,
    1.30      * can be happily unfinaled if desired.
    1.31 -    * @deprecated use appropriate method instead
    1.32      */
    1.33      static final class Change extends WeakListenerImpl implements ChangeListener {
    1.34          /** Constructor.
    1.35 @@ -295,7 +291,6 @@
    1.36      /** Weak version of focus listener.
    1.37      * This class if final only for performance reasons,
    1.38      * can be happily unfinaled if desired.
    1.39 -    * @deprecated use appropriate method instead
    1.40      */
    1.41      static final class Focus extends WeakListenerImpl implements FocusListener {
    1.42          /** Constructor.