From 9c5928f9b1139abb5dc78183dd6672f93147d7fc Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 27 Dec 2025 18:41:48 -0800 Subject: [PATCH] Cleanup Javadocs --- .../rife/bld/operations/JavacOptions.java | 28 ++++++++----------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/src/main/java/rife/bld/operations/JavacOptions.java b/src/main/java/rife/bld/operations/JavacOptions.java index 19613c6..2bc81d9 100644 --- a/src/main/java/rife/bld/operations/JavacOptions.java +++ b/src/main/java/rife/bld/operations/JavacOptions.java @@ -49,7 +49,7 @@ public class JavacOptions extends ArrayList { /** * Specifies a package to be considered as exported from its defining * module to additional modules or to all unnamed modules when the value - * of other-module is ALL-UNNAMED. + * of other-module is ALL-UNNAMED * * @return this list of options * @since 2.3.1 @@ -61,7 +61,7 @@ public class JavacOptions extends ArrayList { /** * Specifies a package to be considered as exported from its defining * module to additional modules or to all unnamed modules when the value - * of other-module is ALL-UNNAMED. + * of other-module is ALL-UNNAMED * * @return this list of options * @since 2.3.1 @@ -73,8 +73,7 @@ public class JavacOptions extends ArrayList { } /** - * Specifies additional modules to be considered as required by a given - * module + * Specifies additional modules to be considered as required by a given module * * @return this list of options * @since 2.3.1 @@ -84,8 +83,7 @@ public class JavacOptions extends ArrayList { } /** - * Specifies additional modules to be considered as required by a given - * module + * Specifies additional modules to be considered as required by a given module * * @return this list of options * @since 2.3.1 @@ -98,8 +96,7 @@ public class JavacOptions extends ArrayList { /** * Root modules to resolve in addition to the initial modules, - * or all modules on the module path if a module is - * ALL-MODULE-PATH. + * or all modules on the module path if a module is ALL-MODULE-PATH * * @return this list of options * @since 1.5.18 @@ -110,8 +107,7 @@ public class JavacOptions extends ArrayList { /** * Root modules to resolve in addition to the initial modules, - * or all modules on the module path if a module is - * ALL-MODULE-PATH. + * or all modules on the module path if a module is ALL-MODULE-PATH * * @return this list of options * @since 1.5.18 @@ -159,7 +155,7 @@ public class JavacOptions extends ArrayList { } /** - * Enable preview language features. To be used in conjunction with {@link #release}. + * Enable preview language features. To be used in conjunction with {@link #release} * * @return this list of options * @since 1.5.18 @@ -294,7 +290,7 @@ public class JavacOptions extends ArrayList { } /** - * Indicates whether the Java SE release was set. + * Indicates whether the Java SE release was set * * @return {@code true} if the release was set; or * {@code false} otherwise @@ -317,7 +313,7 @@ public class JavacOptions extends ArrayList { } /** - * Compile for the specified Java SE release. + * Compile for the specified Java SE release * * @return this list of options * @since 1.5.18 @@ -329,7 +325,7 @@ public class JavacOptions extends ArrayList { } /** - * Provide source compatibility with the specified Java SE release. + * Provide source compatibility with the specified Java SE release * * @return this list of options * @since 2.3.1 @@ -341,7 +337,7 @@ public class JavacOptions extends ArrayList { } /** - * Generate class files suitable for the specified Java SE release. + * Generate class files suitable for the specified Java SE release * * @return this list of options * @since 2.3.1 @@ -583,7 +579,7 @@ public class JavacOptions extends ArrayList { } /** - * Control whether annotation processing and/or compilation is done. + * Control whether annotation processing and/or compilation is done * * @return this list of options * @since 1.5.18