svn commit: r13397 - branches/gsoc2007/b00__1/tests/org/argouml/model/MockModelImplementation.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: b00__1
Date: 2007-08-18 11:25:00-0700
New Revision: 13397
Modified:
branches/gsoc2007/b00__1/tests/org/argouml/model/MockModelImplementation.java
Log:
Reverted the latest commit
Modified: branches/gsoc2007/b00__1/tests/org/argouml/model/MockModelImplementation.java
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2007/b00__1/tests/org/argouml/model/MockModelImplementation.java?view=diff&rev=13397&p1=branches/gsoc2007/b00__1/tests/org/argouml/model/MockModelImplementation.java&p2=branches/gsoc2007/b00__1/tests/org/argouml/model/MockModelImplementation.java&r1=13396&r2=13397
==============================================================================
--- branches/gsoc2007/b00__1/tests/org/argouml/model/MockModelImplementation.java (original)
+++ branches/gsoc2007/b00__1/tests/org/argouml/model/MockModelImplementation.java 2007-08-18 11:25:00-0700
@@ -659,9 +659,4 @@
String version) throws UmlException {
throw new NotImplementedException();
}
-
- public CommandStack getCommandStack() {
- return CommandStack.DEFAULT_INSTANCE;
- }
-
}