6355d915cd75894ade1168cd7ef34689e116071d
Since FormatUtil is in a client package it is not available to be used server side, but it does allow a user to be easily displayed by their fullname and to fallback to their email. It would be convenient for the server to be able to format users this way when it needs to return an error message mentioning the user. By adding the getName() and getNameEmail() methods to AccountInfo, it can easily be accessed by classes in both the client and server packages. This change does not introduce any callers to these methods yet, it simply makes them available. Change-Id: Ia44009e118988c6c87a43c572d9d410f00b032b4
Description
RETIRED, Gerrit as used by OpenStack