You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ch...@apache.org on 2011/12/17 06:21:48 UTC

svn commit: r1215401 - /incubator/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/component/system/MemoComponent.java

Author: chathura
Date: Sat Dec 17 05:21:47 2011
New Revision: 1215401

URL: http://svn.apache.org/viewvc?rev=1215401&view=rev
Log:
https://issues.apache.org/jira/browse/AIRAVATA-230

Modified:
    incubator/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/component/system/MemoComponent.java

Modified: incubator/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/component/system/MemoComponent.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/component/system/MemoComponent.java?rev=1215401&r1=1215400&r2=1215401&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/component/system/MemoComponent.java (original)
+++ incubator/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/component/system/MemoComponent.java Sat Dec 17 05:21:47 2011
@@ -58,17 +58,5 @@ public class MemoComponent extends Syste
         return node;
     }
 
-    // /**
-    // * @see org.apache.airavata.xbaya.component.Component#toHTML()
-    // */
-    // @Override
-    // public String toHTML() {
-    // StringBuffer buf = new StringBuffer();
-    // buf.append("<html> <h1>" + NAME + " Component</h1>");
-    // buf.append("<h2>Description:</h2> " + DESCRIPTION);
-    //
-    // buf.append("</html>");
-    //
-    // return buf.toString();
-    // }
+  
 }
\ No newline at end of file