Skip to content

Commit

Permalink
Fixed change to API for BaseFilter
Browse files Browse the repository at this point in the history
bug 3051
  • Loading branch information
goglepox committed Jun 12, 2012
1 parent 5fb8318 commit b1cafdb
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -13,7 +13,7 @@
import net.bioclipse.core.domain.IMolecule;

import org.apache.log4j.Logger;
import org.eclipse.core.runtime.SubProgressMonitor;
import org.eclipse.core.runtime.IProgressMonitor;

/**
* A filter implementation to remove unique entries from a collection.
Expand All @@ -32,7 +32,7 @@ protected String getFilterName() {

@Override
protected List<ICDKMolecule> applyFilter(List<ICDKMolecule> mols,
SubProgressMonitor monitor) {
IProgressMonitor monitor ) {

ICDKManager cdk = Activator.getDefault().getJavaCDKManager();

Expand Down

0 comments on commit b1cafdb

Please sign in to comment.