Merged 5.1.N (5.1.1) to HEAD (5.2)

123329 cturlica: Merged 5.0.N (5.0.4) to 5.1.N (5.1.1)
      123182 gjames: MNT-15494: Added a blacklist of attributes (passwords) no longer shown via JMX


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@123696 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2016-03-11 22:33:49 +00:00
parent 38f73d02ae
commit 31d91c1fd5

View File

@@ -60,7 +60,7 @@ public class JmxDumpUtil
private static final String NULL_VALUE = "<null>"; private static final String NULL_VALUE = "<null>";
/** Place holder for unreadable values. */ /** Place holder for unreadable values. */
private static final String UNREADABLE_VALUE = "<not readable>"; public static final String UNREADABLE_VALUE = "<not readable>";
private static final String OS_NAME = "os.name"; private static final String OS_NAME = "os.name";