Skip to content

Commit

Permalink
Fix bad HTML in JavaDoc
Browse files Browse the repository at this point in the history
This blocked deployment…
  • Loading branch information
iconara committed Aug 22, 2018
1 parent 2d48c87 commit 8864659
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public interface ArgumentConstraint {
int maxArity();

/**
* @param n the number of arguments to check against minArity & maxArity
* @param n the number of arguments to check against minArity & maxArity
* @return true if any of the arity constraint failed.
*/
boolean arityViolated(int n);
Expand Down

0 comments on commit 8864659

Please sign in to comment.