Skip to content

Commit

Permalink
Fixed Javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Oct 28, 2016
1 parent 26f700b commit 9c1ba7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Parsing/src/ca/uqac/lif/bullwinkle/BnfParser.java
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public void setStartRule(final String tokenName)

/**
* Sets the start rule to be used for the parsing
* @param tokenName The non-terminal to be used. It must
* @param token The non-terminal to be used. It must
* be defined in the grammar, otherwise a <code>NullPointerException</code>
* will be thrown when attempting to parse a string.
*/
Expand Down

0 comments on commit 9c1ba7d

Please sign in to comment.