From ce77db5c51e5b438883078f88e5d37c199f4020c Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Mon, 28 Dec 2015 09:52:29 +0100 Subject: [PATCH] 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 --- .../com/google/gerrit/extensions/api/changes/ChangeApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gerrit-extension-api/src/main/java/com/google/gerrit/extensions/api/changes/ChangeApi.java b/gerrit-extension-api/src/main/java/com/google/gerrit/extensions/api/changes/ChangeApi.java index d927231b83..870fef4993 100644 --- a/gerrit-extension-api/src/main/java/com/google/gerrit/extensions/api/changes/ChangeApi.java +++ b/gerrit-extension-api/src/main/java/com/google/gerrit/extensions/api/changes/ChangeApi.java @@ -62,7 +62,7 @@ public interface ChangeApi { * Look up the reviewer of the change. *

* @param id ID of the account, can be a string of the format - * "Full Name ", 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 * calling user. * @return API for accessing the reviewer.