finished work on creating new file

This commit is contained in:
M M Arif
2019-09-18 14:49:29 +05:00
parent 8d1b47de8e
commit 742b1894e6
7 changed files with 80 additions and 12 deletions

View File

@@ -90,7 +90,8 @@ public class NewFile {
}
}
public NewFile(String content, String message, String new_branch) {
public NewFile(String branch, String content, String message, String new_branch) {
this.branch = branch;
this.content = content;
this.message = message;
this.new_branch = new_branch;