Package com.google.gerrit.server.data
Class PatchSetCommentAttribute
- java.lang.Object
-
- com.google.gerrit.server.data.PatchSetCommentAttribute
-
public class PatchSetCommentAttribute extends Object
-
-
Constructor Summary
Constructors Constructor Description PatchSetCommentAttribute()
-
-
-
Field Detail
-
file
public String file
-
line
public Integer line
-
reviewer
public AccountAttribute reviewer
-
message
public String message
-
-