inprogress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Sun, 20 Jan 2013 19:28:23 +0000 (19:28 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Sun, 20 Jan 2013 19:28:23 +0000 (19:28 +0000)
forester/java/src/org/forester/tools/PhylogenyDecorator.java

index 1502146..b6bc705 100644 (file)
@@ -221,8 +221,8 @@ public final class PhylogenyDecorator {
             String tilde_annotation = null;
             if ( trim_after_tilde && ( name.indexOf( '~' ) > 0 ) ) {
                 final int ti = name.indexOf( '~' );
-                name = name.substring( 0, ti );
                 tilde_annotation = name.substring( ti );
+                name = name.substring( 0, ti );
             }
             if ( !ForesterUtil.isEmpty( name ) ) {
                 if ( intermediate_map != null ) {