Minor fix to getValue (thanks Ryan!)

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2404 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
chartl 2009-12-18 15:45:51 +00:00
parent 9971a8da9a
commit 79b997f43d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class PairedReadOrderCovariate implements ExperimentalCovariate{
}
public final Comparable getValue( final String str ) {
return str.hashCode();
return str;
}
// Used to estimate the amount space required for the full data HashMap