Skip to content

Commit 0f18b52

Browse files
committed
去掉javase1.6标记
1 parent 370b15a commit 0f18b52

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<attribute name="maven.pomderived" value="true"/>
1313
</attributes>
1414
</classpathentry>
15-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
15+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
1616
<attributes>
1717
<attribute name="maven.pomderived" value="true"/>
1818
</attributes>

.settings/org.eclipse.jdt.core.prefs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
eclipse.preferences.version=1
2-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
3-
org.eclipse.jdt.core.compiler.compliance=1.6
42
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
5-
org.eclipse.jdt.core.compiler.source=1.6

0 commit comments

Comments
 (0)