Skip to content

Commit 6016f32

Browse files
authored
Clarify jdk.incubator.vector usage in pom.xml
Updated comment to clarify the use of jdk.incubator.vector.
1 parent 83a3f56 commit 6016f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<build>
7373
<plugins>
7474
<!-- Compiler: enable-preview for both JDKs.
75-
--add-modules jdk.incubator.vector is added per JDK profile (see below).
75+
add-modules jdk.incubator.vector is added per JDK profile (see below).
7676
The Vector API remains in jdk.incubator.vector on both JDK 21 and JDK 25
7777
(JEP 508 — 10th Incubator in JDK 25); the flag is required for all JDKs. -->
7878
<plugin>

0 commit comments

Comments
 (0)