Package com.google.gerrit.common.data
Class CommentDetail
- java.lang.Object
-
- com.google.gerrit.common.data.CommentDetail
-
public class CommentDetail extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CommentDetail()
CommentDetail(PatchSet.Id idA, PatchSet.Id idB)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Comment>
getCommentsA()
List<Comment>
getCommentsB()
List<Comment>
getForA(int lineNbr)
List<Comment>
getForB(int lineNbr)
void
include(Change.Id changeId, Comment p)
boolean
isEmpty()
-
-
-
Constructor Detail
-
CommentDetail
public CommentDetail(PatchSet.Id idA, PatchSet.Id idB)
-
CommentDetail
protected CommentDetail()
-
-