svn commit: r16292 - trunk/src/argouml-app/src/org/argouml/util/PredicateGefWrapper.java

Tom Morris <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2008-12-07 13:11:31-0800
New Revision: 16292

Modified:
   trunk/src/argouml-app/src/org/argouml/util/PredicateGefWrapper.java

Log:
Deprecate to make it clear that this is not to be used for new code.

Modified: trunk/src/argouml-app/src/org/argouml/util/PredicateGefWrapper.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/PredicateGefWrapper.java?view=diff&pathrev=16292&r1=16291&r2=16292
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/PredicateGefWrapper.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/util/PredicateGefWrapper.java	2008-12-07 13:11:31-0800
@@ -29,7 +29,10 @@
  * the transition period.  <em>Not to be used for new implementations</em>.
  * 
  * @author Tom Morris <[email protected]>
+ * @deprecated for 0.27.3 by tfmorris.  Will be removed when no longer required
+ * by CheckItem.
  */
+@Deprecated
 public class PredicateGefWrapper implements Predicate {
 
     private org.tigris.gef.util.Predicate predicate;
@@ -47,6 +50,9 @@
         return predicate.predicate(object);
     }
     
+    /**
+     * @return the original GEF Predicate
+     */
     public org.tigris.gef.util.Predicate getGefPredicate() {
         return predicate;
     }

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=980901

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.