aboutsummaryrefslogtreecommitdiffstats
path: root/ajde.core/src
diff options
context:
space:
mode:
authoraclement <aclement>2008-09-17 19:28:00 +0000
committeraclement <aclement>2008-09-17 19:28:00 +0000
commita6471d70850ce396f0597f8ece69035f6d6530ce (patch)
tree3e6f51bcd5d2989721b06569e6b27870740c8a6b /ajde.core/src
parentcb4916df425983d6ff1bdcf070f64cede7ec40df (diff)
downloadaspectj-a6471d70850ce396f0597f8ece69035f6d6530ce.tar.gz
aspectj-a6471d70850ce396f0597f8ece69035f6d6530ce.zip
16 ref now OK
Diffstat (limited to 'ajde.core/src')
-rw-r--r--ajde.core/src/org/aspectj/ajde/core/JavaOptions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajde.core/src/org/aspectj/ajde/core/JavaOptions.java b/ajde.core/src/org/aspectj/ajde/core/JavaOptions.java
index 765e36a37..caf2f05ea 100644
--- a/ajde.core/src/org/aspectj/ajde/core/JavaOptions.java
+++ b/ajde.core/src/org/aspectj/ajde/core/JavaOptions.java
@@ -27,7 +27,7 @@ public final class JavaOptions {
public static final String VERSION_13 = CompilerOptions.VERSION_1_3;
public static final String VERSION_14 = CompilerOptions.VERSION_1_4;
public static final String VERSION_15 = CompilerOptions.VERSION_1_5;
- public static final String VERSION_16 = "1.6"; // current version of the compiler doesn't support java6
+ public static final String VERSION_16 = CompilerOptions.VERSION_1_6;
// by default will use the platform default encoding
public static final String CHARACTER_ENCODING = CompilerOptions.OPTION_Encoding;