git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@568869 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonas B. Lim 2007-08-23 07:48:37 +00:00
parent fba074227d
commit d97054b1c2
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class ConnectionKey {
private String password;
private int hash;
public ConnectionKey(String password, String userName) {
public ConnectionKey(String userName, String password) {
this.password = password;
this.userName = userName;
hash = 31;