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:
parent
1009c6bfb1
commit
ce77db5c51
@ -62,7 +62,7 @@ public interface ChangeApi {
|
|||||||
* Look up the reviewer of the change.
|
* Look up the reviewer of the change.
|
||||||
* <p>
|
* <p>
|
||||||
* @param id ID of the account, can be a string of the format
|
* @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 <mail@example.com>", just the email address, a full name
|
||||||
* if it is unique, an account ID, a user name or 'self' for the
|
* if it is unique, an account ID, a user name or 'self' for the
|
||||||
* calling user.
|
* calling user.
|
||||||
* @return API for accessing the reviewer.
|
* @return API for accessing the reviewer.
|
||||||
|
Loading…
Reference in New Issue
Block a user