in progress
[jalview.git] / forester / java / src / org / forester / test / examples / Example1.java
index 045ee6b..13b24d1 100644 (file)
@@ -37,7 +37,7 @@ import org.forester.util.ForesterUtil;
 public class Example1 {
 
     public static void main( final String[] args ) {
-        // Reads in (a) tree(s) from a file.
+        // Reading-in of (a) tree(s) from a file.
         final File treefile = new File( "/home/czmasek/tol_117_TEST.xml" );
         PhylogenyParser parser = null;
         try {