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:
asivache 2009-08-10 20:26:52 +00:00
parent ecae619a1b
commit 36312ae4b2
1 changed files with 0 additions and 1 deletions

View File

@ -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;