You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/04/17 07:41:42 UTC

svn commit: r394611 - /incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/DotViewFlowListener.java

Author: gnodet
Date: Sun Apr 16 22:41:41 2006
New Revision: 394611

URL: http://svn.apache.org/viewcvs?rev=394611&view=rev
Log:
Change color from yellow to green to be consistent

Modified:
    incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/DotViewFlowListener.java

Modified: incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/DotViewFlowListener.java
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/DotViewFlowListener.java?rev=394611&r1=394610&r2=394611&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/DotViewFlowListener.java (original)
+++ incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/view/DotViewFlowListener.java Sun Apr 16 22:41:41 2006
@@ -84,7 +84,7 @@
 
             writer.println("subgraph cluster_" + id + " {");
             writer.println("  label=\"" + name + "\";");
-            writer.println("  node [fillcolor = yellow];");
+            writer.println("  node [fillcolor = green];");
             writer.println("  " + id + " [label=\"" + name + "\"];");
             writer.println("  node [fillcolor = red];");