Fix build api errors - newly introduced
More on the same error that <> is not escaped in javadoc Change-Id: If05a972663777c3ee8c47a6e1f41f84ed9afcd71
This commit is contained in:
@@ -614,7 +614,7 @@ public class ChangeField {
|
||||
};
|
||||
|
||||
/**
|
||||
* Star labels on this change in the format: <account-id>:<label>
|
||||
* Star labels on this change in the format: <account-id>:<label>
|
||||
*/
|
||||
public static final FieldDef<ChangeData, Iterable<String>> STAR =
|
||||
new FieldDef.Repeatable<ChangeData, String>(
|
||||
|
Reference in New Issue
Block a user