cleanup
[jalview.git] / forester / java / src / org / forester / tools / PhylogenyDecorator.java
index 085b9d3..57ef9f0 100644 (file)
@@ -267,7 +267,7 @@ public final class PhylogenyDecorator {
                                 if ( !node.getNodeData().isHasSequence() ) {
                                     node.getNodeData().setSequence( new Sequence() );
                                 }
-                                final Annotation annotation = new Annotation( "?" );
+                                final Annotation annotation = new Annotation();
                                 annotation.setDesc( new_value );
                                 node.getNodeData().getSequence().addAnnotation( annotation );
                                 break;
@@ -491,7 +491,7 @@ public final class PhylogenyDecorator {
         ForesterUtil.ensurePresenceOfTaxonomy( node );
         try {
             if ( tc.length() == 6 ) {
-                String t = tc.substring( 0, 5 );
+                final String t = tc.substring( 0, 5 );
                 System.out.println( "WARNING: taxonomy code " + tc + " -> " + t );
                 tc = t;
             }