https://issues.apache.org/jira/browse/AMQ-4303 Health status MBean - Feeling ill, hard to read "ill" in jconsole... changed to "getting worried"

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1445476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christian Posta 2013-02-13 05:45:43 +00:00
parent 2c3d947b69
commit f406e86b8a
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ public class HealthView implements HealthViewMBean {
} }
if (answer != null && !answer.isEmpty()){ if (answer != null && !answer.isEmpty()){
this.currentState = "Feeling Ill {"; this.currentState = "Getting Worried {";
for (HealthStatus hs: answer){ for (HealthStatus hs: answer){
currentState += hs + " , "; currentState += hs + " , ";
} }