Skip to content

Commit f8e63a0

Browse files
author
Gary Gregory
committed
Checkstyle.
1 parent dc9c674 commit f8e63a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/IOUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ public void testBigString() throws IOException {
342342
// TODO Can we mock the test string for this test to pretend to be larger?
343343
// Mocking the length seems simple but how about the data?
344344
final int repeat = Integer.getInteger("testBigString", 3_000_000);
345-
String data;
345+
final String data;
346346
try {
347347
data = StringUtils.repeat("\uD83D", repeat);
348348
} catch (OutOfMemoryError e) {

0 commit comments

Comments
 (0)