Package com.google.gerrit.server.notedb
Class RobotCommentsRevisionNote
- java.lang.Object
-
- com.google.gerrit.server.notedb.RevisionNote<RobotComment>
-
- com.google.gerrit.server.notedb.RobotCommentsRevisionNote
-
public class RobotCommentsRevisionNote extends RevisionNote<RobotComment>
LikeRevisionNote
but for robot comments.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<RobotComment>
parse(byte[] raw, int offset)
-
Methods inherited from class com.google.gerrit.server.notedb.RevisionNote
checkParsed, getEntities, getOnlyEntity, getRaw, parse, trimLeadingEmptyLines
-
-
-
-
Method Detail
-
parse
protected List<RobotComment> parse(byte[] raw, int offset) throws IOException
- Specified by:
parse
in classRevisionNote<RobotComment>
- Throws:
IOException
-
-