diff options
author | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2010-09-11 10:34:35 +0000 |
---|---|---|
committer | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2010-09-11 10:34:35 +0000 |
commit | 67862f6bea7cb3a0f48555d6ac2302b50132fbfc (patch) | |
tree | 22f1de1d7fdd86a158f189567dd691ef336a8c33 /src/net/java/sip/communicator/service/protocol/event/AccountManagerEvent.java | |
parent | 69f7f653e56f8b2fbd80c2ff936e96d707f4fa6f (diff) | |
download | jitsi-67862f6bea7cb3a0f48555d6ac2302b50132fbfc.zip jitsi-67862f6bea7cb3a0f48555d6ac2302b50132fbfc.tar.gz jitsi-67862f6bea7cb3a0f48555d6ac2302b50132fbfc.tar.bz2 |
Adds javadocs, fixes warnings.
Diffstat (limited to 'src/net/java/sip/communicator/service/protocol/event/AccountManagerEvent.java')
-rw-r--r-- | src/net/java/sip/communicator/service/protocol/event/AccountManagerEvent.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/service/protocol/event/AccountManagerEvent.java b/src/net/java/sip/communicator/service/protocol/event/AccountManagerEvent.java index 550b340..30c2f9e 100644 --- a/src/net/java/sip/communicator/service/protocol/event/AccountManagerEvent.java +++ b/src/net/java/sip/communicator/service/protocol/event/AccountManagerEvent.java @@ -45,7 +45,8 @@ public class AccountManagerEvent *
* @param accountManager the <code>AccountManager</code> issuing the
* notification i.e. the source of the event
- * @param type
+ * @param type the type of the event which is one of
+ * {@link #STORED_ACCOUNTS_LOADED}
* @param factory the <code>ProtocolProviderFactory</code> being worked on
* at the time this event has been fired
*/
|