JAL-2805 JAL-281 JAL-2847 set tree file made public as well (heh)
[jalview.git] / forester / java / src / org / forester / msa / MsaInferrer.java
index f26b329..45fec85 100644 (file)
@@ -50,5 +50,5 @@ public abstract class MsaInferrer {
     public abstract Msa infer( File path_to_input_seqs, List<String> opts ) throws IOException, InterruptedException;
 
     public abstract Msa infer( final List<MolecularSequence> seqs, final List<String> opts ) throws IOException,
-            InterruptedException;
+    InterruptedException;
 }