git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@828638 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2009-10-22 10:25:30 +00:00
parent e7794fa4ce
commit 41ccbc50d4
1 changed files with 4 additions and 4 deletions

View File

@ -55,11 +55,11 @@ public class SystemPropertiesConfiguration extends AbstractConfiguration {
}
public String getJmxPassword() {
return System.getProperty(PROPERTY_JMX_USER);
}
public String getJmxUser() {
return System.getProperty(PROPERTY_JMX_PASSWORD);
}
public String getJmxUser() {
return System.getProperty(PROPERTY_JMX_USER);
}
}