Skip to content

Commit

Permalink
PAYARA-1284 JMX monitoring set-monitoring-configuration no longer req…
Browse files Browse the repository at this point in the history
…uires --enabled to keep its current state (#1392)
  • Loading branch information
Cousjava authored and Pandrex247 committed Mar 13, 2017
1 parent b095b09 commit 487b1cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class SetMonitoringConfiguration implements AdminCommand {
@Inject
MonitoringService monitoringService;

@Param(name = "enabled", optional = false)
@Param(name = "enabled", optional = true)
private Boolean enabled;

@Param(name = "amx", optional = true)
Expand Down

0 comments on commit 487b1cf

Please sign in to comment.