From 93861fd7297cd0b85ae5a26d85ccb8f94a07e0a6 Mon Sep 17 00:00:00 2001 From: cmzmasek Date: Mon, 24 Sep 2012 05:29:03 +0000 Subject: [PATCH] label --- forester/java/src/org/forester/archaeopteryx/Configuration.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/forester/java/src/org/forester/archaeopteryx/Configuration.java b/forester/java/src/org/forester/archaeopteryx/Configuration.java index 5be2f8c..4e445bc 100644 --- a/forester/java/src/org/forester/archaeopteryx/Configuration.java +++ b/forester/java/src/org/forester/archaeopteryx/Configuration.java @@ -1309,6 +1309,9 @@ public final class Configuration { + "] for [ext_descendents_data_to_return]" ); } } + else if ( key.equals( "label_for_get_ext_descendents_data" ) ) { + set( ( String ) st.nextElement() ).replaceAll( "_", " " ); + } else if ( st.countTokens() >= 2 ) { // counts the tokens that are not // yet retrieved! int key_index = -1; -- 1.7.10.2