Package com.google.gerrit.server.data
Class PatchAttribute
- java.lang.Object
-
- com.google.gerrit.server.data.PatchAttribute
-
public class PatchAttribute extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int
deletions
String
file
String
fileOld
int
insertions
Patch.ChangeType
type
-
Constructor Summary
Constructors Constructor Description PatchAttribute()
-
-
-
Field Detail
-
file
public String file
-
fileOld
public String fileOld
-
type
public Patch.ChangeType type
-
insertions
public int insertions
-
deletions
public int deletions
-
-