aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/JabberAccountID.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/impl/protocol/jabber/JabberAccountID.java')
-rwxr-xr-xsrc/net/java/sip/communicator/impl/protocol/jabber/JabberAccountID.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/impl/protocol/jabber/JabberAccountID.java b/src/net/java/sip/communicator/impl/protocol/jabber/JabberAccountID.java
index 3450e16..70eb5e9 100755
--- a/src/net/java/sip/communicator/impl/protocol/jabber/JabberAccountID.java
+++ b/src/net/java/sip/communicator/impl/protocol/jabber/JabberAccountID.java
@@ -23,7 +23,7 @@ public class JabberAccountID
* @param id the id identifying this account
* @param accountProperties any other properties necessary for the account.
*/
- JabberAccountID(String id, Map accountProperties )
+ JabberAccountID(String id, Map<String, String> accountProperties )
{
super(id, accountProperties, ProtocolNames.JABBER,
getServiceName(accountProperties));