Document Comment#revId field

Change-Id: I52a39a858414672f68c534042bdba7e8ae8421e4
This commit is contained in:
Han-Wen Nienhuys
2018-06-07 20:08:24 +02:00
parent 5d822b01c1
commit 24ecc6827a

View File

@@ -210,6 +210,8 @@ public class Comment {
public String parentUuid;
public Range range;
public String tag;
// Hex commit SHA1 of the commit of the patchset to which this comment applies.
public String revId;
public String serverId;
public boolean unresolved;