Skip to content

Commit

Permalink
Updated to not use IMolecule
Browse files Browse the repository at this point in the history
Change-Id: I1e4b58519554df366d70e70afe6a1d368c1f3c24
  • Loading branch information
egonw committed May 20, 2012
1 parent 50536d4 commit 53aa18c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -235,7 +235,7 @@ public void testNewBond_IAtom_IMolecule() {
builder.newInstance(
IBond.class,
builder.newInstance(IAtom.class),
builder.newInstance(IMolecule.class)
builder.newInstance(IAtomContainer.class)
);
}

Expand Down

0 comments on commit 53aa18c

Please sign in to comment.