Add missing description

This commit is contained in:
Stephane Nicoll
2014-12-08 14:44:48 +01:00
parent 3ad43e0d44
commit f40f17a758

View File

@@ -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() {