Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit d223637

Browse files
committed
Polish
1 parent 71c0eea commit d223637

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/org/springframework/cli/util/StubTerminalMessage.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 the original author or authors.
2+
* Copyright 2021-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -23,9 +23,9 @@
2323

2424
public class StubTerminalMessage implements TerminalMessage {
2525

26-
private List<String> printMessages = new ArrayList();
26+
private List<String> printMessages = new ArrayList<>();
2727

28-
private List<String> printAttributedMessages = new ArrayList();
28+
private List<String> printAttributedMessages = new ArrayList<>();
2929

3030
@Override
3131
public void print(String... text) {

0 commit comments

Comments
 (0)