in progress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 10 Oct 2012 02:38:29 +0000 (02:38 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 10 Oct 2012 02:38:29 +0000 (02:38 +0000)
forester/java/src/org/forester/archaeopteryx/Options.java

index 862db49..f388e14 100644 (file)
@@ -192,7 +192,7 @@ final public class Options {
         _color_labels_same_as_parent_branch = false;
         _show_confidence_stddev = true;
         _nh_conversion_support_value_style = NH_CONVERSION_SUPPORT_VALUE_STYLE.NONE;
-        _ext_desc_data_to_return = NODE_DATA.NODE_NAME;
+        _ext_desc_data_to_return = NODE_DATA.UNKNOWN;
     }
 
     boolean isShowConfidenceStddev() {