Skip to content

Commit

Permalink
Correct Javadoc comment for PROCESS-MODULE reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hansenmc committed Oct 5, 2023
1 parent 240b40e commit 4f75b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/marklogic/developer/corb/Options.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f75b6a

Please sign in to comment.