File tree 1 file changed +15
-14
lines changed
src/main/java/org/apache/maven/plugin/compiler
1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -391,27 +391,28 @@ public abstract class AbstractCompilerMojo
391
391
392
392
/**
393
393
* <p>
394
- * Specify the requirements for this jdk toolchain for using a different {@code javac} then the one of the JRE used
394
+ * Specify the requirements for this jdk toolchain for using a different {@code javac} than the one of the JRE used
395
395
* by Maven. This overrules the toolchain selected by the
396
396
* <a href="https://maven.apache.org/plugins/maven-toolchains-plugin/">maven-toolchain-plugin</a>.
397
397
* </p>
398
398
* (see <a href="https://maven.apache.org/guides/mini/guide-using-toolchains.html"> Guide to Toolchains</a> for more
399
399
* info)
400
400
*
401
- * <pre> {@code <configuration>
402
- * <jdkToolchain>
403
- * <version>11</version>
404
- * </jdkToolchain>
405
- * ...
406
- * </configuration>
401
+ * <pre>
402
+ * <configuration>
403
+ * <jdkToolchain>
404
+ * <version>11</version>
405
+ * </jdkToolchain>
406
+ * ...
407
+ * </configuration>
407
408
*
408
- * < configuration>
409
- * < jdkToolchain>
410
- * < version> 1.8< /version>
411
- * < vendor> zulu< /vendor>
412
- * < /jdkToolchain>
413
- * ...
414
- * < /configuration>}
409
+ * < configuration>
410
+ * < jdkToolchain>
411
+ * < version> 1.8< /version>
412
+ * < vendor> zulu< /vendor>
413
+ * < /jdkToolchain>
414
+ * ...
415
+ * < /configuration>
415
416
* </pre>
416
417
* <strong>note:</strong> requires at least Maven 3.3.1
417
418
*
You can’t perform that action at this time.
0 commit comments