aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/facebookaccregwizz/FirstWizardPage.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/plugin/facebookaccregwizz/FirstWizardPage.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/plugin/facebookaccregwizz/FirstWizardPage.java')
-rw-r--r--src/net/java/sip/communicator/plugin/facebookaccregwizz/FirstWizardPage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/plugin/facebookaccregwizz/FirstWizardPage.java b/src/net/java/sip/communicator/plugin/facebookaccregwizz/FirstWizardPage.java
index 1cdf755..ae000c1 100644
--- a/src/net/java/sip/communicator/plugin/facebookaccregwizz/FirstWizardPage.java
+++ b/src/net/java/sip/communicator/plugin/facebookaccregwizz/FirstWizardPage.java
@@ -315,7 +315,7 @@ public class FirstWizardPage
public void loadAccount(ProtocolProviderService protocolProvider)
{
AccountID accountID = protocolProvider.getAccountID();
- String password = (String) accountID.getAccountProperties()
+ String password = accountID.getAccountProperties()
.get(ProtocolProviderFactory.PASSWORD);
this.emailField.setEnabled(false);