Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Another hot fix: use @link with the full qualified class name, and re…
…moved the import, to fix a dependency issue
  • Loading branch information
egonw committed Dec 29, 2011
1 parent d283686 commit 0e71cba
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -64,7 +64,6 @@
import org.openscience.cdk.interfaces.IRingSet;
import org.openscience.cdk.interfaces.ISingleElectron;
import org.openscience.cdk.interfaces.IStrand;
import org.openscience.cdk.silent.SilentChemObjectBuilder;

/**
* A helper class to instantiate a {@link IChemObject} for the original CDK
Expand All @@ -73,7 +72,7 @@
* @author egonw
* @cdk.module nonotify
* @cdk.githash
* @deprecated Use the {@link SilentChemObjectBuilder} instead.
* @deprecated Use the {@link org.openscience.cdk.silent.SilentChemObjectBuilder} instead.
*/
public class NoNotificationChemObjectBuilder implements IChemObjectBuilder {

Expand Down

0 comments on commit 0e71cba

Please sign in to comment.