Add missing description

pull/2090/head
Stephane Nicoll 10 years ago
parent 3ad43e0d44
commit f40f17a758

@ -46,6 +46,9 @@ public class EndpointMBeanExportProperties {
*/
private boolean enabled = true;
/**
* Additional static properties to append to all ObjectNames of MBeans representing Endpoints.
*/
private Properties staticNames = new Properties();
public boolean isEnabled() {

Loading…
Cancel
Save