Edited wiki page forester through web user interface.
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Thu, 9 Jun 2011 22:45:00 +0000 (22:45 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Thu, 9 Jun 2011 22:45:00 +0000 (22:45 +0000)
wiki/forester.wiki

index ca89628..89469ca 100644 (file)
@@ -247,6 +247,7 @@ public class Example5 {
         final Sequence s2 = new Sequence();
         s2.setName( "Bcl-2" );
         d2.getNodeData().addSequence( s2 );
+        // Putting the tree together.
         root.addAsChild( d1 );
         root.addAsChild( d2 );
         phy.setRoot( root );
@@ -258,5 +259,3 @@ public class Example5 {
 
 }}}
 
-
-