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:58 UTC

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

Author: chathura
Date: Sat Dec 17 05:21:58 2011
New Revision: 1215402

URL: http://svn.apache.org/viewvc?rev=1215402&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/SystemComponent.java

Modified: incubator/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/component/system/SystemComponent.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/component/system/SystemComponent.java?rev=1215402&r1=1215401&r2=1215402&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/component/system/SystemComponent.java (original)
+++ incubator/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/component/system/SystemComponent.java Sat Dec 17 05:21:58 2011
@@ -86,8 +86,6 @@ public abstract class SystemComponent ex
             buf.append("<h3>Output" + (i + 1) + "</h3>");
             buf.append("<strong>Name: </strong>");
             buf.append("" + port.getName() + "<br>");
-            // buf.append("<strong>Type: </strong>");
-            // buf.append("" + port.getType().getLocalPart() + "<br>");
             buf.append("<strong>Description: </strong>");
             buf.append("" + port.getDescription());
         }