This commit is contained in:
Phillip Webb 2014-12-08 08:48:55 -08:00
parent 191204fadb
commit fc746b802a
1 changed files with 2 additions and 1 deletions

View File

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