aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/yahoo/YahooAccountID.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/impl/protocol/yahoo/YahooAccountID.java')
-rw-r--r--src/net/java/sip/communicator/impl/protocol/yahoo/YahooAccountID.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/impl/protocol/yahoo/YahooAccountID.java b/src/net/java/sip/communicator/impl/protocol/yahoo/YahooAccountID.java
index bc524f3..afdbfe9 100644
--- a/src/net/java/sip/communicator/impl/protocol/yahoo/YahooAccountID.java
+++ b/src/net/java/sip/communicator/impl/protocol/yahoo/YahooAccountID.java
@@ -23,7 +23,7 @@ public class YahooAccountID
* @param id the id identifying this account
* @param accountProperties any other properties necessary for the account.
*/
- YahooAccountID(String id, Map accountProperties )
+ YahooAccountID(String id, Map<String, String> accountProperties )
{
super(YahooSession.getYahooUserID(id),
accountProperties, ProtocolNames.YAHOO, "yahoo.com");