Skip to content

Commit d32f836

Browse files
committed
Use singleton list instead of Arrays.asList()
1 parent 680ae30 commit d32f836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudfoundry-operations/src/test/java/org/cloudfoundry/operations/applications/DefaultApplicationsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5368,7 +5368,7 @@ private static void requestLogsRecentLogCache(
53685368
.envelopes(
53695369
fill(EnvelopeBatch.builder())
53705370
.batch(
5371-
Arrays.asList(
5371+
Collections.singletonList(
53725372
fill(Envelope.builder())
53735373
.log(
53745374
Log

0 commit comments

Comments
 (0)