From 13d8e749b845f12676a833347647bc35fb195948 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Thu, 9 Jun 2011 22:50:51 +0000 Subject: [PATCH] Edited wiki page forester through web user interface. --- wiki/forester.wiki | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wiki/forester.wiki b/wiki/forester.wiki index 744925a..a75e90d 100644 --- a/wiki/forester.wiki +++ b/wiki/forester.wiki @@ -26,7 +26,7 @@ import org.forester.io.writers.PhylogenyWriter; import org.forester.phylogeny.Phylogeny; import org.forester.util.ForesterUtil; -public class Example0 { +public class Example { public static void main( final String[] args ) { // Reading-in of (a) tree(s) from a file. @@ -77,7 +77,7 @@ import org.forester.io.parsers.PhylogenyParser; import org.forester.phylogeny.Phylogeny; import org.forester.util.ForesterUtil; -public class Example1 { +public class Example { public static void main( final String[] args ) { // Reading-in of (a) tree(s) from a file. @@ -118,7 +118,7 @@ import org.forester.archaeopteryx.Archaeopteryx; import org.forester.phylogeny.Phylogeny; import org.forester.phylogeny.PhylogenyNode; -public class Example2 { +public class Example { public static void main( final String[] args ) { // Creating a new rooted tree with two external nodes. @@ -157,7 +157,7 @@ import org.forester.phylogeny.Phylogeny; import org.forester.phylogeny.PhylogenyNode; import org.forester.phylogeny.iterators.PhylogenyNodeIterator; -public class Example3 { +public class Example { public static void main( final String[] args ) { // Creating a new rooted tree with four external nodes. @@ -222,7 +222,7 @@ import org.forester.phylogeny.PhylogenyNode; import org.forester.phylogeny.data.Sequence; import org.forester.phylogeny.data.Taxonomy; -public class Example5 { +public class Example { public static void main( final String[] args ) { // Creating a new rooted tree with two external nodes. -- 1.7.10.2