Standalone common Pair HMM utility class with associated unit tests.

This commit is contained in:
Ryan Poplin 2012-03-01 22:41:13 -05:00
parent 2f334a57c2
commit 0ad7d5fbc1
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import java.util.Map;
* Date: Dec 29, 2009
*/
public class NestedHashMap{
public class NestedHashMap {
public final Map data = new HashMap<Object, Object>();