public class PatchAttribute extends Object
Modifier and Type | Field and Description |
---|---|
int |
deletions |
String |
file |
String |
fileOld |
int |
insertions |
Patch.ChangeType |
type |
Constructor and Description |
---|
PatchAttribute() |
public String file
public String fileOld
public Patch.ChangeType type
public int insertions
public int deletions