public static class DiffUtil.UpdatedLineRange
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
damaged |
int |
endLine |
int |
startLine |
Constructor and Description |
---|
UpdatedLineRange(int startLine,
int endLine,
boolean damaged) |