tiny cleanup
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1401 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
ecae619a1b
commit
36312ae4b2
|
|
@ -186,7 +186,6 @@ public class RemapAlignments extends CommandLineProgram {
|
|||
|
||||
class AlignmentComparator implements Comparator<SAMRecord> {
|
||||
|
||||
@Override
|
||||
public int compare(SAMRecord r1, SAMRecord r2) {
|
||||
if ( r1.getReferenceIndex() < r2.getReferenceIndex() ) return -1;
|
||||
if ( r1.getReferenceIndex() > r2.getReferenceIndex() ) return 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue