Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 8864659

Browse files
committed
Fix bad HTML in JavaDoc
This blocked deployment…
1 parent 2d48c87 commit 8864659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jmespath-core/src/main/java/io/burt/jmespath/function/ArgumentConstraint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public interface ArgumentConstraint {
3838
int maxArity();
3939

4040
/**
41-
* @param n the number of arguments to check against minArity & maxArity
41+
* @param n the number of arguments to check against minArity & maxArity
4242
* @return true if any of the arity constraint failed.
4343
*/
4444
boolean arityViolated(int n);

0 commit comments

Comments
 (0)