Skip to content

Commit 2719dcb

Browse files
committed
Delete unused imports
1 parent b6c4636 commit 2719dcb

File tree

1 file changed

+1
-3
lines changed
  • spring-context-indexer/src/test/java/org/springframework/context/index/test

1 file changed

+1
-3
lines changed

spring-context-indexer/src/test/java/org/springframework/context/index/test/TestCompiler.java

Lines changed: 1 addition & 3 deletions
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.
@@ -21,8 +21,6 @@
2121
import java.nio.file.Path;
2222
import java.util.Arrays;
2323
import java.util.Collections;
24-
import java.util.List;
25-
import java.util.stream.Collectors;
2624

2725
import javax.annotation.processing.Processor;
2826
import javax.tools.JavaCompiler;

0 commit comments

Comments
 (0)