diff options
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); |