Skip to content

Commit c9454dc

Browse files
author
Denis
committed
Unified diff string added to VCSDiffEntry
1 parent eaf2ba3 commit c9454dc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/java/com/projectkaiser/scm/vcs/api/VCSDiffEntry.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ public class VCSDiffEntry {
44

55
private String filePath;
66
private VCSChangeType changeType;
7+
private String unifiedDiff;
8+
9+
public String getUnifiedDiff() {
10+
return unifiedDiff;
11+
}
12+
13+
public void setUnifiedDiff(String unifiedDiff) {
14+
this.unifiedDiff = unifiedDiff;
15+
}
716

817
public String getFilePath() {
918
return filePath;

0 commit comments

Comments
 (0)