Browse Source

Polish contribution

See gh-25454
pull/25461/head
Sam Brannen 5 years ago
parent
commit
471577a11b
  1. 3
      spring-core/src/test/java/org/springframework/core/annotation/OrderSourceProviderTests.java
  2. 3
      spring-core/src/test/java/org/springframework/core/convert/converter/ConvertingComparatorTests.java
  3. 2
      spring-core/src/test/java/org/springframework/util/AntPathMatcherTests.java

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

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -18,7 +18,6 @@ package org.springframework.core.annotation; @@ -18,7 +18,6 @@ package org.springframework.core.annotation;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import org.junit.jupiter.api.Test;

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

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -17,7 +17,6 @@ @@ -17,7 +17,6 @@
package org.springframework.core.convert.converter;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.LinkedHashMap;
import java.util.Map;

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

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Loading…
Cancel
Save