svn commit: r13907 - trunk/src_new/org/argouml/application/events/ArgoNotationEvent.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2007-12-11 10:19:39-0800
New Revision: 13907
Modified:
trunk/src_new/org/argouml/application/events/ArgoNotationEvent.java
Log:
Correct comment.
Modified: trunk/src_new/org/argouml/application/events/ArgoNotationEvent.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/application/events/ArgoNotationEvent.java?view=diff&rev=13907&p1=trunk/src_new/org/argouml/application/events/ArgoNotationEvent.java&p2=trunk/src_new/org/argouml/application/events/ArgoNotationEvent.java&r1=13906&r2=13907
==============================================================================
--- trunk/src_new/org/argouml/application/events/ArgoNotationEvent.java (original)
+++ trunk/src_new/org/argouml/application/events/ArgoNotationEvent.java 2007-12-11 10:19:39-0800
@@ -26,8 +26,7 @@
/**
* ArgoNotationEvent is used to notify interested parties
- * that the module which is the event source
- * has been posted, selected, or canceled.
+ * that the notation has been changed.
*/
public class ArgoNotationEvent extends ArgoEvent {