mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@568869 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fba074227d
commit
d97054b1c2
|
@ -26,7 +26,7 @@ public class ConnectionKey {
|
||||||
private String password;
|
private String password;
|
||||||
private int hash;
|
private int hash;
|
||||||
|
|
||||||
public ConnectionKey(String password, String userName) {
|
public ConnectionKey(String userName, String password) {
|
||||||
this.password = password;
|
this.password = password;
|
||||||
this.userName = userName;
|
this.userName = userName;
|
||||||
hash = 31;
|
hash = 31;
|
||||||
|
|
Loading…
Reference in New Issue