Skip to content

Commit

Permalink
Removed some unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gilleain authored and egonw committed Jun 23, 2010
1 parent 3c85ab2 commit 19b21a3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
Expand Up @@ -30,7 +30,6 @@
import org.junit.Test;
import org.openscience.cdk.interfaces.IAtom;
import org.openscience.cdk.interfaces.IMolecule;
import org.openscience.cdk.signature.AtomSignature;

/**
* @cdk.module test-signature
Expand Down
Expand Up @@ -124,5 +124,4 @@ public void hexagonRingTest() {
ringTest(5);
}


}
Expand Up @@ -41,9 +41,6 @@
import org.openscience.cdk.interfaces.IChemObjectBuilder;
import org.openscience.cdk.interfaces.IMolecule;
import org.openscience.cdk.io.MDLWriter;
import org.openscience.cdk.signature.MoleculeSignature;
import org.openscience.cdk.signature.Orbit;
import org.openscience.cdk.signature.SignatureQuotientGraph;
import org.openscience.cdk.smiles.SmilesParser;
import org.openscience.cdk.templates.MoleculeFactory;

Expand Down
Expand Up @@ -26,7 +26,6 @@

import org.junit.Test;
import org.openscience.cdk.interfaces.IMolecule;
import org.openscience.cdk.signature.SignatureQuotientGraph;

/**
* @cdk.module test-signature
Expand Down

0 comments on commit 19b21a3

Please sign in to comment.