Skip to content

Commit

Permalink
Deprecation warnings on SSSRFinder classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Feb 14, 2017
1 parent 7f88ee8 commit b612395
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
*
* @cdk.module standard
* @cdk.githash
* @deprecated internal implemenation detail from SSSRFinder, do not use
*/
@Deprecated
public class Queue extends Vector {

private static final long serialVersionUID = 1008167867733841614L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@
* @cdk.keyword smallest-set-of-rings
* @cdk.keyword ring search
* @cdk.dictref blue-obelisk:findSmallestSetOfSmallestRings_Berger
*
* @deprecated Use the {@link org.openscience.cdk.graph.Cycles} API
* {@link org.openscience.cdk.graph.Cycles#sssr(IAtomContainer)}
*/
@Deprecated
public class SSSRFinder {

private IAtomContainer atomContainer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
*
* @cdk.module standard
* @cdk.githash
*
* @deprecated internal implemenation detail from SSSRFinder, do not use
*/

@Deprecated
public class CycleBasis {

//private List cycles = new Vector();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@
*
* @cdk.keyword smallest-set-of-rings
* @cdk.keyword ring search
*
* @deprecated internal implemenation detail from SSSRFinder, do not use
*/
@Deprecated
public class SimpleCycle extends UndirectedSubgraph {

private static final long serialVersionUID = -3330742084804445688L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
*
* @cdk.module standard
* @cdk.githash
*
* @deprecated internal implemenation detail from SSSRFinder, do not use
*/

@Deprecated
public class SimpleCycleBasis {

private List edgeList;
Expand Down

0 comments on commit b612395

Please sign in to comment.