svn commit: r19405 - trunk/src/argouml-core-model/src/org/argouml/model/PseudostateKind.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2011-05-11 08:17:56-0700
New Revision: 19405

Modified:
   trunk/src/argouml-core-model/src/org/argouml/model/PseudostateKind.java

Log:
Remove redundent public keywords

Modified: trunk/src/argouml-core-model/src/org/argouml/model/PseudostateKind.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/src/org/argouml/model/PseudostateKind.java?view=diff&pathrev=19405&r1=19404&r2=19405
==============================================================================
--- trunk/src/argouml-core-model/src/org/argouml/model/PseudostateKind.java	(original)
+++ trunk/src/argouml-core-model/src/org/argouml/model/PseudostateKind.java	2011-05-11 08:17:56-0700
@@ -82,17 +82,17 @@
      * @return the EntryPoint kind.
      * @since 0.25.4 UML 2.x only
      */
-    public Object getEntryPoint();
+    Object getEntryPoint();
 
     /**
      * @return the ExitPoint kind.
      * @since 0.25.4 UML 2.x only
      */
-    public Object getExitPoint();
+    Object getExitPoint();
     
     /**
      * @return the Terminate kind.
      * @since 0.25.4 UML 2.x only
      */
-    public Object getTerminate();
+    Object getTerminate();
 }

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

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.