X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Farchaeopteryx%2FConfiguration.java;h=2d09a77ea7a6f1e7fa50824804ab50076a72bda6;hb=884d428fdefc13f8da7cdfdb2fb48046e589d8fa;hp=7d6aff29f96deb6cff0171af593c02ef087cf4e9;hpb=d49e0da21ab8277e2112476ae08ef1e73c75d975;p=jalview.git diff --git a/forester/java/src/org/forester/archaeopteryx/Configuration.java b/forester/java/src/org/forester/archaeopteryx/Configuration.java index 7d6aff2..2d09a77 100644 --- a/forester/java/src/org/forester/archaeopteryx/Configuration.java +++ b/forester/java/src/org/forester/archaeopteryx/Configuration.java @@ -355,7 +355,7 @@ public final class Configuration { /** * Will attempt to use the phylogeny to determine whether to check * this or not (e.g. phylogram) - * + * */ boolean doGuessCheckOption( final int which ) { return display_options[ which ][ 2 ].equals( "?" ); @@ -701,7 +701,7 @@ public final class Configuration { /** * Convenience method. - * + * * @return true if value in configuration file was 'yes' */ boolean isDrawAsPhylogram() { @@ -868,7 +868,7 @@ public final class Configuration { /** * read each line of config file, process non-comment lines - * @throws IOException + * @throws IOException */ private void readConfig( final BufferedReader conf_in ) throws IOException { String line;