aboutsummaryrefslogtreecommitdiffstats
path: root/docs/devguide/ajc.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/devguide/ajc.adoc')
-rw-r--r--docs/devguide/ajc.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/devguide/ajc.adoc b/docs/devguide/ajc.adoc
index 72f2112b6..578c9ce6c 100644
--- a/docs/devguide/ajc.adoc
+++ b/docs/devguide/ajc.adoc
@@ -178,11 +178,11 @@ Limitations which apply to both LTW and CTW modes include:
<Directory> defaults to the current working dir.
// AspectJ_JDK_Update: increment max. version and, if necessary, min. version
-`-source <[1.3 to 21]>`::
+`-source <[1.3 to 22]>`::
Set source file Java language level
-`-target <[1.3 to 21]>`::
+`-target <[1.3 to 22]>`::
Set classfile Java bytecode level
-`-<[1.3 to 21]>`::
+`-<[1.3 to 22]>`::
Set compiler compliance level. Implies identical `-source` and `-target` levels.
E.g., `-11` implies `-source 11` and `-target 11`.