Skip to content

Commit

Permalink
Merged in cdk-1.4.x: s/IMolecule/IAtomContainer/
Browse files Browse the repository at this point in the history
Change-Id: I4b4f887b61b4fd5a07372a6e40055bdbc4e89cef
  • Loading branch information
egonw committed Jul 2, 2012
1 parent 76b280c commit 60b7569
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3929,7 +3929,7 @@ public void test_Co_plus_5() throws Exception {
@Test
public void test_Co_plus() throws Exception {
IChemObjectBuilder builder = DefaultChemObjectBuilder.getInstance();
IMolecule mol = builder.newInstance(IMolecule.class);
IAtomContainer mol = builder.newInstance(IAtomContainer.class);
IAtom a2 = builder.newInstance(IAtom.class,"Co");
a2.setFormalCharge(1);
mol.addAtom(a2);
Expand Down

0 comments on commit 60b7569

Please sign in to comment.