aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/JabberAccountID.java
diff options
context:
space:
mode:
authorLyubomir Marinov <lyubomir.marinov@jitsi.org>2009-08-31 13:15:22 +0000
committerLyubomir Marinov <lyubomir.marinov@jitsi.org>2009-08-31 13:15:22 +0000
commitd84529346a391f3fd33d3bff5ebb808a837429d3 (patch)
tree85e3fb45421099bf6fe6429f491c13e185c5f85b /src/net/java/sip/communicator/impl/protocol/jabber/JabberAccountID.java
parent45e152d9b19a7ebd4dcd3cb0631a4cc3f283ba2a (diff)
downloadjitsi-d84529346a391f3fd33d3bff5ebb808a837429d3.zip
jitsi-d84529346a391f3fd33d3bff5ebb808a837429d3.tar.gz
jitsi-d84529346a391f3fd33d3bff5ebb808a837429d3.tar.bz2
Commits another part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the src directory.
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));