diff options
author | Yana Stamcheva <yana@jitsi.org> | 2010-09-23 10:30:07 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2010-09-23 10:30:07 +0000 |
commit | 834e076de628733a26e6105e0ce400e1f26c0b1b (patch) | |
tree | 4449338b23210d91c0cc10d9b432d6861b5210f5 /src/net/java/sip/communicator/service/protocol | |
parent | 5cbc7e86b4eb28b90333e871f9e7cd393ef63ea5 (diff) | |
download | jitsi-834e076de628733a26e6105e0ce400e1f26c0b1b.zip jitsi-834e076de628733a26e6105e0ce400e1f26c0b1b.tar.gz jitsi-834e076de628733a26e6105e0ce400e1f26c0b1b.tar.bz2 |
Fix options panel.
Diffstat (limited to 'src/net/java/sip/communicator/service/protocol')
-rw-r--r-- | src/net/java/sip/communicator/service/protocol/AccountID.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/java/sip/communicator/service/protocol/AccountID.java b/src/net/java/sip/communicator/service/protocol/AccountID.java index 7fe4267..b68b800 100644 --- a/src/net/java/sip/communicator/service/protocol/AccountID.java +++ b/src/net/java/sip/communicator/service/protocol/AccountID.java @@ -269,6 +269,13 @@ public abstract class AccountID return intValue; } + /** + * Returns the account property string corresponding to the given key. + * + * @param key the key, corresponding to the property string we're looking + * for + * @return the account property string corresponding to the given key + */ public String getAccountPropertyString(Object key) { Object value = getAccountProperty(key); |