in progress
[jalview.git] / forester / java / src / org / forester / application / rio.java
index 0ec8855..789a412 100644 (file)
@@ -44,8 +44,8 @@ import org.forester.phylogeny.factories.PhylogenyFactory;
 import org.forester.phylogeny.iterators.PreorderTreeIterator;
 import org.forester.sdi.DistanceCalculator;
 import org.forester.sdi.RIO;
+import org.forester.sdi.SDIException;
 import org.forester.sdi.SDIR;
-import org.forester.sdi.SdiException;
 import org.forester.util.ForesterUtil;
 
 public class rio {
@@ -146,7 +146,7 @@ public class rio {
                                                     final int warn_no_orthos,
                                                     final double warn_one_ortho,
                                                     final int bootstraps,
-                                                    final double t_orthologs_dc ) throws IOException, SdiException {
+                                                    final double t_orthologs_dc ) throws IOException, SDIException {
         Phylogeny consensus_tree = null;
         Phylogeny
         // to be a consensus tree.