Fix javadoc errors so that plugin API can be built again

'<' and '>' must be encoded.

Due to these javadoc errors building and installing the plugin API
currently fails.

Change-Id: If28692078e79a32a56b85c1d7086ff525baedd9f
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin 2015-12-28 09:52:29 +01:00
parent 1009c6bfb1
commit ce77db5c51

View File

@ -62,7 +62,7 @@ public interface ChangeApi {
* Look up the reviewer of the change.
* <p>
* @param id ID of the account, can be a string of the format
* "Full Name <mail@example.com>", just the email address, a full name
* "Full Name &lt;mail@example.com&gt;", just the email address, a full name
* if it is unique, an account ID, a user name or 'self' for the
* calling user.
* @return API for accessing the reviewer.