Skip to content

Commit

Permalink
removed variable references from javadocs (needs to be static)
Browse files Browse the repository at this point in the history
  • Loading branch information
hansenmc committed Aug 19, 2016
1 parent 773e6d1 commit 824c9df
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ public class ModuleExecutor extends AbstractManager {
/**
* Execute an XQuery or JavaScript module in MarkLogic
*
* @param args {@value #XCC_CONNECTION_URI} {@value #PROCESS_MODULE}
* [@{value #MODULE_ROOT}] [{@value #MODULES_DATABASE}] [{@value #EXPORT_FILE_DIR}] [{@value #EXPORT_FILE_NAME}]
* @param args
*/
public static void main(String... args) {
ModuleExecutor moduleExecutor = new ModuleExecutor();
Expand Down

0 comments on commit 824c9df

Please sign in to comment.