Skip to content

Commit

Permalink
Deprecating the canonical labeller and the prime numbers utility.
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Beisken <sbeisken@gmail.com>
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
johnmay authored and egonw committed Dec 18, 2013
1 parent 1dcb8f0 commit 73debc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Expand Up @@ -54,8 +54,10 @@
* @cdk.created 2002-02-26
*
* @cdk.keyword canonicalization
* @deprecated this labeller uses slow data structures and has been replaced - {@link Canon}
*/
@TestClass("org.openscience.cdk.graph.invariant.CanonicalLabelerTest")
@Deprecated
public class CanonicalLabeler {

public CanonicalLabeler() {
Expand Down
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/math/Primes.java
Expand Up @@ -40,6 +40,7 @@
* @cdk.keyword prime numbers
*/
@TestClass("org.openscience.cdk.math.PrimesTest")
@Deprecated
public class Primes {


Expand Down

0 comments on commit 73debc8

Please sign in to comment.