removed unnecessary import that produced a warning. where did it come from in the first place??
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@80 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
478425b3d8
commit
151c37591e
|
|
@ -6,7 +6,6 @@ import java.util.Iterator;
|
|||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import com.sun.org.apache.bcel.internal.generic.RETURN;
|
||||
|
||||
public class MultipleAlignment implements Iterable<Integer> {
|
||||
private static final int IMPOSSIBLE = 1000000000;
|
||||
|
|
|
|||
Loading…
Reference in New Issue