Bad comments made it into the previous commit

This commit is contained in:
Eric Banks 2012-06-07 23:12:56 -04:00
parent 31c3a6be48
commit 2bd48a7351
1 changed files with 0 additions and 5 deletions

View File

@ -208,11 +208,6 @@ public class BQSRKeyManager {
return objectKeys;
}
/**
* Translates a masked bitset into a bitset starting at 0
*
* @return a list of the optional covariates
*/
public List<Covariate> getRequiredCovariates() {
return requiredCovariates;
}