Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use the silent impl which is more efficient than the nonotify one
  • Loading branch information
egonw committed Jul 10, 2012
1 parent c3a09cc commit 4aec25e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2600,7 +2600,7 @@ public List<ICDKMolecule> extractFromSDFile( IFile file, int startenty,
IteratingBioclipseMDLReader reader
= new IteratingBioclipseMDLReader(
file.getContents(),
DefaultChemObjectBuilder.getInstance(),
SilentChemObjectBuilder.getInstance(),
monitor );
int i = 0;
List<ICDKMolecule> result=new RecordableList<ICDKMolecule>();
Expand Down

0 comments on commit 4aec25e

Please sign in to comment.