Skip to content

Commit

Permalink
Update for a patch from cdk-1.4.x: s/NoNotification/Silent/
Browse files Browse the repository at this point in the history
Change-Id: I0f9758b2abaed48647a314b3775c780ebebbdcce
  • Loading branch information
egonw committed Jul 1, 2012
1 parent d0f38b0 commit 3179394
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1071,7 +1071,7 @@ public void testAmericum() {
@Test
public void testImplicitH() throws Exception {

CDKHydrogenAdder adder = CDKHydrogenAdder.getInstance(NoNotificationChemObjectBuilder.getInstance());
CDKHydrogenAdder adder = CDKHydrogenAdder.getInstance(SilentChemObjectBuilder.getInstance());

IAtomContainer mol = MoleculeFactory.makeBenzene();

Expand Down

0 comments on commit 3179394

Please sign in to comment.