DO-75/add_getBranch_method (#5)

fixed
This commit is contained in:
Aleksandr Vodyanov
2023-09-28 11:50:14 +00:00
parent b86e7814e4
commit 613d06db4e

View File

@@ -11,7 +11,7 @@ class Git implements Serializable {
this.script = script this.script = script
} }
* get current Branch name /** get current Branch name
* @return String - branch name * @return String - branch name
*/ */
public String getBranch() { public String getBranch() {