Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed the method name, to match the IOpenTox interface
  • Loading branch information
egonw committed Aug 11, 2012
1 parent ca1e00d commit 62b3893
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -545,7 +545,7 @@ public void addMolecule(String datasetURI, IMolecule mol, IProgressMonitor monit
}
}

public void addMolecule(String datasetURI, List<IMolecule> molecules, IProgressMonitor monitor)
public void addMolecules(String datasetURI, List<IMolecule> molecules, IProgressMonitor monitor)
throws BioclipseException {
if (monitor == null) monitor = new NullProgressMonitor();

Expand Down

0 comments on commit 62b3893

Please sign in to comment.