Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2015-05-20 10:21:00 +0000
committerJay Arthanareeswaran2015-05-20 10:21:00 +0000
commit4f0399d7b0da580e022c5640193fba37e75d348a (patch)
tree0bf2c091b2edbbf265a679c22d1adae7437a2d79
parentc46c1479d4a0e30dffcb7507d200c8216c150b48 (diff)
downloadeclipse.platform.common-4f0399d7b0da580e022c5640193fba37e75d348a.tar.gz
eclipse.platform.common-4f0399d7b0da580e022c5640193fba37e75d348a.tar.xz
eclipse.platform.common-4f0399d7b0da580e022c5640193fba37e75d348a.zip
Correcting documentation of default compiler compliance levels.
-rw-r--r--bundles/org.eclipse.jdt.doc.user/reference/preferences/java/ref-preferences-compiler.htm8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/ref-preferences-compiler.htm b/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/ref-preferences-compiler.htm
index 9071469d9..bc0e9ec5e 100644
--- a/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/ref-preferences-compiler.htm
+++ b/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/ref-preferences-compiler.htm
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
-<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2014. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2015. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>
@@ -62,7 +62,7 @@
</td>
<td valign="top">
<p>
- 1.4
+ Depends on default JRE
</p>
</td>
</tr>
@@ -96,7 +96,7 @@
</td>
<td valign="top">
<p>
- 1.2
+ Depends on default JRE
</p>
</td>
</tr>
@@ -113,7 +113,7 @@
</td>
<td valign="top">
<p>
- 1.3
+ Depends on default JRE
</p>
</td>
</tr>

Back to the top