Skip to content

Commit

Permalink
Updated IPolymer to extend IAtomContainer rather than IMolecule
Browse files Browse the repository at this point in the history
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
rajarshi authored and egonw committed Dec 10, 2011
1 parent 150fee9 commit 5b7ad0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/org/openscience/cdk/interfaces/IPolymer.java
Expand Up @@ -40,7 +40,7 @@
* @cdk.created 2001-08-06
* @cdk.keyword polymer
*/
public interface IPolymer extends IMolecule {
public interface IPolymer extends IAtomContainer {

/**
* Adds the atom oAtom without specifying a Monomer. Therefore the
Expand Down

0 comments on commit 5b7ad0f

Please sign in to comment.