fixing accidental incomplete commit
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@151 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
2dd14d7c17
commit
08ca2ce89b
|
|
@ -146,7 +146,7 @@ public class ConsensusSequence {
|
|||
base = BASES[z];
|
||||
}
|
||||
}
|
||||
return base;
|
||||
return new Pair<Character,Integer>(base,bmax);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue