svn commit: r16290 - trunk/src/argouml-app/src/org/argouml/uml/ui/UMLPlainTextDocument.java

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

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/ui/UMLPlainTextDocument.java

Log:
Remove deprecated isEditing/setEditing()

Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/UMLPlainTextDocument.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/UMLPlainTextDocument.java?view=diff&pathrev=16290&r1=16289&r2=16290
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/UMLPlainTextDocument.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/UMLPlainTextDocument.java	2008-12-07 13:09:07-0800
@@ -238,25 +238,6 @@
         }
     }
 
-    /**
-     * Returns the editing.
-     * @return boolean
-     * @deprecated for 0.25.6 by tfmorris.  This is a no-op and will be removed.
-     */
-    @Deprecated
-    public boolean isEditing() {
-        return editing;
-    }
-
-    /**
-     * Sets the editing.
-     * @param ed The editing to set
-     * @deprecated for 0.25.6 by tfmorris.  This is a no-op and will be removed.
-     */
-    @Deprecated
-    public void setEditing(boolean ed) {
-        editing = ed;
-    }
 
     /**
      * Returns the eventName.

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

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.