cleanup
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Fri, 25 Oct 2013 00:54:40 +0000 (00:54 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Fri, 25 Oct 2013 00:54:40 +0000 (00:54 +0000)
forester_applications/src/org/forester/applications/simple_node_processor.java

index c4bdfac..c2d832b 100644 (file)
@@ -87,7 +87,7 @@ public class simple_node_processor {
     //            }
     //        }
     //    }
-    private static void processNode( final PhylogenyNode node, final int i, Phylogeny phy ) {
+    private static void processNode( final PhylogenyNode node, final int i, final Phylogeny phy ) {
         //if ( node.isExternal() ) {
         //    final String c = "" + node.getNodeData().getBinaryCharacters().getPresentCount();
         //    final String s = node.getNodeData().getTaxonomy().getScientificName();
@@ -107,14 +107,14 @@ public class simple_node_processor {
         //            }
         //        }
         if ( node.isExternal() ) {
-//            if ( node.getNodeData().isHasTaxonomy() ) {
-//                final Taxonomy t = node.getNodeData().getTaxonomy();
-//                if ( !ForesterUtil.isEmpty( t.getTaxonomyCode() ) && ( t.getTaxonomyCode().length() == 5 ) ) {
-//                    if ( node.getName().equalsIgnoreCase( t.getTaxonomyCode() ) ) {
-//                        node.setName( "" );
-//                    }
-//                }
-//            }
+            //            if ( node.getNodeData().isHasTaxonomy() ) {
+            //                final Taxonomy t = node.getNodeData().getTaxonomy();
+            //                if ( !ForesterUtil.isEmpty( t.getTaxonomyCode() ) && ( t.getTaxonomyCode().length() == 5 ) ) {
+            //                    if ( node.getName().equalsIgnoreCase( t.getTaxonomyCode() ) ) {
+            //                        node.setName( "" );
+            //                    }
+            //                }
+            //            }
             if ( node.getNodeData().isHasTaxonomy() ) {
                 final Taxonomy t = node.getNodeData().getTaxonomy();
                 if ( !ForesterUtil.isEmpty( t.getTaxonomyCode() ) ) {