Skip to content

Commit e3322c4

Browse files
committed
Fix CheckStyle warning
1 parent cbf9a48 commit e3322c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugin/src/test/java/io/jenkins/plugins/analysis/warnings/groovy/GroovyParserTest.java

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ void shouldShortenExample() {
5757
/**
5858
* Tries to expose JENKINS-35262: multi-line regular expression parser.
5959
*
60+
* @param regexp
61+
* the regular expression to check
62+
*
6063
* @see <a href="https://issues.jenkins-ci.org/browse/JENKINS-35262">Issue 35262</a>
6164
*/
6265
@Issue("JENKINS-35262")

0 commit comments

Comments
 (0)