Skip to content

Commit

Permalink
Fixed a wrong javadoc tag. Also removed svn tag in the SMARTS parser …
Browse files Browse the repository at this point in the history
…JJT file, replaced with git tag
  • Loading branch information
rajarshi committed Aug 3, 2009
1 parent 4bf822d commit c888773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/org/openscience/cdk/dict/EntryReact.java
Expand Up @@ -177,7 +177,7 @@ public void addExampleReaction(String xml) {
}

/**
* @returns A List of reactions in XML schema.
* @return A List of reactions in XML schema.
*/
public List<String> getExampleReactions() {
return this.reactionExample;
Expand Down
Expand Up @@ -70,7 +70,7 @@ import org.openscience.cdk.tools.LoggingTool;
*
* @author Dazhi Jiao
* @cdk.created 2007-04-23
* @cdk.svnrev $Revision: $
* @cdk.githash
*
* @cdk.require ant1.6
* @cdk.module smarts
Expand Down

0 comments on commit c888773

Please sign in to comment.