aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/protocol/AccountID.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/service/protocol/AccountID.java')
-rw-r--r--src/net/java/sip/communicator/service/protocol/AccountID.java26
1 files changed, 2 insertions, 24 deletions
diff --git a/src/net/java/sip/communicator/service/protocol/AccountID.java b/src/net/java/sip/communicator/service/protocol/AccountID.java
index 3e12903..65ce042 100644
--- a/src/net/java/sip/communicator/service/protocol/AccountID.java
+++ b/src/net/java/sip/communicator/service/protocol/AccountID.java
@@ -196,7 +196,8 @@ public abstract class AccountID
/**
* Returns a name that can be displayed to the user when referring to this
- * account.
+ * account. WARNING: This property actually refers to
+ * <code>ACCOUNT_DISPLAY_NAME</code>!
*
* @return A String identifying the user inside this particular service.
*/
@@ -495,29 +496,6 @@ public abstract class AccountID
}
/**
- * Get the {@link ProtocolProviderFactory#ACCOUNT_DISPLAY_NAME} property.
- *
- * @return the {@link ProtocolProviderFactory#ACCOUNT_DISPLAY_NAME}
- * property value.
- */
- public String getAccountDisplayName()
- {
- return getAccountPropertyString(
- ProtocolProviderFactory.ACCOUNT_DISPLAY_NAME);
- }
-
- /**
- * Sets {@link ProtocolProviderFactory#ACCOUNT_DISPLAY_NAME} property value.
- *
- * @param displayName the account display name value to set.
- */
- public void setAccountDisplayName(String displayName)
- {
- setOrRemoveIfEmpty(ProtocolProviderFactory.ACCOUNT_DISPLAY_NAME,
- displayName);
- }
-
- /**
* Returns the password of the account.
*
* @return the password of the account.