X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fapplication%2Fannotator.java;h=4374f5321cd1ef0c818e57bab86e34661440d1cd;hb=b528989f688291ba7615867e5322090ec42096d8;hp=358b7cfd59325b9a685597002c11ac3976aa15dd;hpb=5828b5a1c30f16a6925d3fad8c9c080338934e81;p=jalview.git diff --git a/forester/java/src/org/forester/application/annotator.java b/forester/java/src/org/forester/application/annotator.java index 358b7cf..4374f53 100644 --- a/forester/java/src/org/forester/application/annotator.java +++ b/forester/java/src/org/forester/application/annotator.java @@ -94,8 +94,8 @@ public final class annotator { } catch ( final Exception e ) { ForesterUtil - .fatalError( PRG_NAME, "failed to read phylgenies from [" + infile + "] [" + e.getMessage() - + "]" ); + .fatalError( PRG_NAME, "failed to read phylgenies from [" + infile + "] [" + e.getMessage() + + "]" ); } try { obtainSeqInformation( phy ); @@ -129,7 +129,7 @@ public final class annotator { } private static void inferTaxonomyFromDescendents( final Phylogeny phy ) throws IOException, - AncestralTaxonomyInferenceException { + AncestralTaxonomyInferenceException { AncestralTaxonomyInference.inferTaxonomyFromDescendents( phy ); }