Skip to content

Commit

Permalink
Adapted for API change in DS
Browse files Browse the repository at this point in the history
  • Loading branch information
olas committed Oct 14, 2011
1 parent d1e67a0 commit 6a54ba1
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -104,4 +104,9 @@ protected List<? extends ITestResult> doRunTest(ICDKMolecule cdkmol,
return results;
}

@Override
public List<String> getRequiredParameters() {
return new ArrayList<String>();
}

}

0 comments on commit 6a54ba1

Please sign in to comment.