Skip to content

Commit 9b2f87c

Browse files
committed
checkstyle
1 parent 35d0c43 commit 9b2f87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/htmlunit/general/huge/CtorPrototypeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static Collection<Arguments> data() throws Exception {
6161
@ParameterizedTest(name = "_{0}")
6262
@MethodSource("data")
6363
@Alerts("true")
64-
void ctor(String jsClassName) throws Exception {
64+
void ctor(final String jsClassName) throws Exception {
6565
test(jsClassName);
6666
}
6767

0 commit comments

Comments
 (0)