svn commit: r16591 - trunk/src/argouml-app/src/org/argouml/profile/internal/JavaFormatingStrategy.java

Tom Morris <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2009-01-13 21:42:40-0800
New Revision: 16591

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

Log:
Repair build

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=16591&r1=16590&r2=16591
==============================================================================
--- 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 21:42:40-0800
@@ -36,7 +36,6 @@
  */
 public class JavaFormatingStrategy implements FormatingStrategy {
     
-    @Override
     public String formatElement(Object element, Object namespace) {
         String value = null;
         if (element == null) {
@@ -199,7 +198,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=1023592

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.