From 4f75b6acf7c9a00220a5be164e33644fca9fed48 Mon Sep 17 00:00:00 2001 From: Mads Hansen Date: Thu, 5 Oct 2023 16:41:14 -0400 Subject: [PATCH] Correct Javadoc comment for PROCESS-MODULE reference --- src/main/java/com/marklogic/developer/corb/Options.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/marklogic/developer/corb/Options.java b/src/main/java/com/marklogic/developer/corb/Options.java index 010f33a0..134e47bc 100644 --- a/src/main/java/com/marklogic/developer/corb/Options.java +++ b/src/main/java/com/marklogic/developer/corb/Options.java @@ -337,7 +337,7 @@ public final class Options { /** * Boolean value indicating whether or not to require a PROCESS-MODULE when an Export*ToFile {@value #PROCESS_TASK} is specified. - * This can help avoid confusion when the {@PROCESS_MODULE} was accidentally not configured and no files are generated. + * This can help avoid confusion when the {@value #PROCESS_MODULE} was accidentally not configured and no files are generated. * Default is true * * @since 2.5.5