From: cmzmasek@gmail.com Date: Wed, 8 Aug 2012 07:52:13 +0000 (+0000) Subject: Changed map parser to ignore " in lines like "x y z" (at ComPhy 2012 Moscow) X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=87b28d6eed75bbb88b52b526126cc3e71921139d;p=jalview.git Changed map parser to ignore " in lines like "x y z" (at ComPhy 2012 Moscow) --- diff --git a/forester/java/src/org/forester/tools/PhylogenyDecorator.java b/forester/java/src/org/forester/tools/PhylogenyDecorator.java index f01701a..90959dc 100644 --- a/forester/java/src/org/forester/tools/PhylogenyDecorator.java +++ b/forester/java/src/org/forester/tools/PhylogenyDecorator.java @@ -157,7 +157,6 @@ public final class PhylogenyDecorator { } // if ( new_values != null ) } // if ( map.containsKey( name ) || ( numbers_of_chars_allowed_to_remove_if_not_found_in_map > 0 ) ) else if ( picky ) { - System.out.println( map.toString() ); throw new IllegalArgumentException( "\"" + name + "\" not found in name map" ); } }