We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c4636 commit 2719dcbCopy full SHA for 2719dcb
spring-context-indexer/src/test/java/org/springframework/context/index/test/TestCompiler.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2019 the original author or authors.
+ * Copyright 2002-2020 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -21,8 +21,6 @@
21
import java.nio.file.Path;
22
import java.util.Arrays;
23
import java.util.Collections;
24
-import java.util.List;
25
-import java.util.stream.Collectors;
26
27
import javax.annotation.processing.Processor;
28
import javax.tools.JavaCompiler;
0 commit comments