Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2021-07-26 10:44:07 +0000
committerAndrey Loskutov2021-07-26 11:48:41 +0000
commit0bfd2bfeaa2c2165c0cebe570d6bfdb416aff602 (patch)
tree428d6295e782db8a56d7ed738cefb2511bf620f1
parent7077784d7252f4bb8d1a4f4efaaa66b302c07930 (diff)
downloadeclipse.jdt.core-0bfd2bfeaa2c2165c0cebe570d6bfdb416aff602.tar.gz
eclipse.jdt.core-0bfd2bfeaa2c2165c0cebe570d6bfdb416aff602.tar.xz
eclipse.jdt.core-0bfd2bfeaa2c2165c0cebe570d6bfdb416aff602.zip
Fix for compilation warning Change-Id: I7c7df29d3f43653c2ba92e03be603f42b13e0c03 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> Reviewed-on: https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/183375 Tested-by: JDT Bot <jdt-bot@eclipse.org>
-rw-r--r--org.eclipse.jdt.compiler.tool/src/org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.tool/src/org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl.java b/org.eclipse.jdt.compiler.tool/src/org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl.java
index e949ba598b..3e2c238d9d 100644
--- a/org.eclipse.jdt.compiler.tool/src/org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl.java
+++ b/org.eclipse.jdt.compiler.tool/src/org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl.java
@@ -38,7 +38,6 @@ import java.util.Optional;
import java.util.stream.Stream;
import javax.annotation.processing.Processor;
-import javax.lang.model.SourceVersion;
import javax.tools.Diagnostic;
import javax.tools.DiagnosticListener;
import javax.tools.JavaFileManager;

Back to the top