svn commit: r16590 - trunk/src/argouml-app/src/org/argouml/profile: . internal

Luis Sergio Oliveira <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: euluis
Date: 2009-01-13 17:03:42-0800
New Revision: 16590

Modified:
   trunk/src/argouml-app/src/org/argouml/profile/FormatingStrategy.java
   trunk/src/argouml-app/src/org/argouml/profile/internal/JavaFormatingStrategy.java

Log:
coding style, no functional change

Modified: trunk/src/argouml-app/src/org/argouml/profile/FormatingStrategy.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/FormatingStrategy.java?view=diff&pathrev=16590&r1=16589&r2=16590
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/profile/FormatingStrategy.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/profile/FormatingStrategy.java	2009-01-13 17:03:42-0800
@@ -44,7 +44,7 @@
      *                context namespace (may be null).
      * @return a string representing the model element
      */
-    public abstract String formatElement(Object element, Object namespace);
+    String formatElement(Object element, Object namespace);
 
     /**
      * Produce a string the represents the collection of model elements in the
@@ -56,5 +56,5 @@
      *                context namespace (may be null).
      * @return a string representing the collection
      */
-    public abstract String formatCollection(Iterator iter, Object namespace);
+    String formatCollection(Iterator iter, Object namespace);
 }

Modified: trunk/src/argouml-app/src/org/argouml/profile/internal/JavaFormatingStrategy.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/internal/JavaFormatingStrategy.java?view=diff&pathrev=16590&r1=16589&r2=16590
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/profile/internal/JavaFormatingStrategy.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/profile/internal/JavaFormatingStrategy.java	2009-01-13 17:03:42-0800
@@ -36,7 +36,7 @@
  */
 public class JavaFormatingStrategy implements FormatingStrategy {
     
-
+    @Override
     public String formatElement(Object element, Object namespace) {
         String value = null;
         if (element == null) {
@@ -199,7 +199,7 @@
         return "[empty]";
     }
 
-
+    @Override
     public String formatCollection(Iterator iter, Object namespace) {
         String value = null;
         if (iter.hasNext()) {

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

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.