public class CommentDetail
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Comment> |
a |
protected java.util.List<Comment> |
b |
Modifier | Constructor and Description |
---|---|
protected |
CommentDetail() |
|
CommentDetail(PatchSet.Id idA,
PatchSet.Id idB) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Comment> |
getCommentsA() |
java.util.List<Comment> |
getCommentsB() |
java.util.List<Comment> |
getForA(int lineNbr) |
java.util.List<Comment> |
getForB(int lineNbr) |
void |
include(Change.Id changeId,
Comment p) |
boolean |
isEmpty() |
public CommentDetail(PatchSet.Id idA, PatchSet.Id idB)
protected CommentDetail()