Skip to content

Commit

Permalink
hidden options in ninja (not yet implemented)
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Dec 13, 2017
1 parent 72a1df7 commit 3e23c20
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ public class ConnectionOptions {
@Parameter(names = {P_MIDPOINT_HOME, P_MIDPOINT_HOME_LONG}, descriptionKey = "connection.midpointHome")
private String midpointHome;

@Parameter(names = {P_WEBSERVICE, P_WEBSERVICE_LONG}, descriptionKey = "connection.useWebservice")
@Parameter(names = {P_WEBSERVICE, P_WEBSERVICE_LONG}, descriptionKey = "connection.useWebservice", hidden = true) //todo remove hidden when implementation is done
private boolean useWebservice;

public String getAskPassword() {
Expand Down

0 comments on commit 3e23c20

Please sign in to comment.