Skip to content

Commit

Permalink
Usage of old molecule factor has been replaced with TestMoleculeFacto…
Browse files Browse the repository at this point in the history
…ry and can now be moved to legacy
  • Loading branch information
johnmay committed May 1, 2017
1 parent cbdba98 commit adb59bb
Showing 1 changed file with 4 additions and 5 deletions.
Expand Up @@ -18,11 +18,6 @@
*/
package org.openscience.cdk.templates;

import java.io.FileInputStream;
import java.io.IOException;

import javax.vecmath.Point2d;

import org.openscience.cdk.Atom;
import org.openscience.cdk.AtomContainer;
import org.openscience.cdk.ChemFile;
Expand All @@ -39,6 +34,10 @@
import org.openscience.cdk.tools.ILoggingTool;
import org.openscience.cdk.tools.LoggingToolFactory;

import javax.vecmath.Point2d;
import java.io.FileInputStream;
import java.io.IOException;

/**
* This class contains methods for generating simple organic molecules.
*
Expand Down

0 comments on commit adb59bb

Please sign in to comment.