Class CommentFormatter.Block
- java.lang.Object
-
- com.google.gerrit.server.mail.send.CommentFormatter.Block
-
- Enclosing class:
- CommentFormatter
public static class CommentFormatter.Block extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<String>
items
List<CommentFormatter.Block>
quotedBlocks
String
text
CommentFormatter.BlockType
type
-
Constructor Summary
Constructors Constructor Description Block()
-
-
-
Field Detail
-
type
public CommentFormatter.BlockType type
-
text
public String text
-
quotedBlocks
public List<CommentFormatter.Block> quotedBlocks
-
-