Skip to content

Commit

Permalink
clean up javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
hansenmc committed Jun 11, 2019
1 parent 8fa4dcc commit 9712059
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/marklogic/developer/corb/Options.java
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,9 @@ public final class Options {
public static final String MAX_OPTS_FROM_MODULE = "MAX-OPTS-FROM-MODULE";

/**
* The variable name that needs to be defined in the server side query to use the metadata set by the {@value #URIS-LOADER}
* The variable name that needs to be defined in the server side query to use the metadata set by the {@value #URIS_LOADER}
*
* @see #@see #XML_METADATA
* @see #XML_METADATA
* @since 2.4.5
*/
@Usage(description = "The external variable name that needs to be defined in the server side query to use the metadata set by the URIS-LOADER")
Expand All @@ -517,7 +517,7 @@ public final class Options {
* name {@value #METADATA} to {@value #PROCESS_MODULE} as well. The default value for this option is 'false'
*
* @see #XML_METADATA
* @Since 2.4.5
* @since 2.4.5
*/
@Usage(description = "If this option is set to 'true', XML-METADATA is set as an external variable with "
+ "name METADATA to PROCESS-MODULE as well. The default value for this option is 'false'")
Expand Down

0 comments on commit 9712059

Please sign in to comment.