diff --git a/emailcommon/src/com/android/emailcommon/provider/Account.java b/emailcommon/src/com/android/emailcommon/provider/Account.java index 035b7ac55..513390b69 100755 --- a/emailcommon/src/com/android/emailcommon/provider/Account.java +++ b/emailcommon/src/com/android/emailcommon/provider/Account.java @@ -292,7 +292,9 @@ public final class Account extends EmailContent implements Parcelable { } /** - * @return the user-visible name for the account + * Returns the user-visible name for the account, eg. "My work address" + * or "foo@exemple.com". + * @return the user-visible name for the account. */ public String getDisplayName() { return mDisplayName;