Remove unused method from FormatUtil

Change-Id: Ia1b6fb3a874af1ad1f88002ac3b8cd427e42a866
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2015-07-28 11:13:28 +02:00
parent 76b23722f4
commit 13f92cd40b

View File

@@ -72,16 +72,6 @@ public class FormatUtil {
return createAccountFormatter().nameEmail(info);
}
/**
* Formats an account name.
* <p>
* If the account has a full name, it returns only the full name. Otherwise it
* returns a longer form that includes the email address.
*/
public static String name(Account acct) {
return name(asInfo(acct));
}
/**
* Formats an account name.
* <p>