Skip to content

Commit 471577a

Browse files
committed
Polish contribution
See gh-25454
1 parent 523d2f8 commit 471577a

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

spring-core/src/test/java/org/springframework/core/annotation/OrderSourceProviderTests.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2019 the original author or authors.
2+
* Copyright 2002-2020 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.
@@ -18,7 +18,6 @@
1818

1919
import java.util.ArrayList;
2020
import java.util.Arrays;
21-
import java.util.Collections;
2221
import java.util.List;
2322

2423
import org.junit.jupiter.api.Test;

spring-core/src/test/java/org/springframework/core/convert/converter/ConvertingComparatorTests.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2019 the original author or authors.
2+
* Copyright 2002-2020 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.
@@ -17,7 +17,6 @@
1717
package org.springframework.core.convert.converter;
1818

1919
import java.util.ArrayList;
20-
import java.util.Collections;
2120
import java.util.Comparator;
2221
import java.util.LinkedHashMap;
2322
import java.util.Map;

spring-core/src/test/java/org/springframework/util/AntPathMatcherTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2019 the original author or authors.
2+
* Copyright 2002-2020 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.

0 commit comments

Comments
 (0)