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:
asivache 2009-03-23 14:39:15 +00:00
parent 2dd14d7c17
commit 08ca2ce89b
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ public class ConsensusSequence {
base = BASES[z];
}
}
return base;
return new Pair<Character,Integer>(base,bmax);
}