Fixed bad compareTo operator
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1594 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
17ab1d8b25
commit
4e1eded389
|
|
@ -94,10 +94,6 @@ public class RodGeliText extends BasicReferenceOrderedDatum implements AllelicVa
|
|||
);
|
||||
}
|
||||
|
||||
public int compareTo(ReferenceOrderedDatum referenceOrderedDatum) {
|
||||
return 0; //To change body of implemented methods use File | Settings | File Templates.
|
||||
}
|
||||
|
||||
public GenomeLoc getLocation() { return loc; }
|
||||
|
||||
public String getRefBasesFWD() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue