From 613d06db4e69074e1ad21a0a289951e049acd7ac Mon Sep 17 00:00:00 2001 From: Aleksandr Vodyanov Date: Thu, 28 Sep 2023 11:50:14 +0000 Subject: [PATCH] DO-75/add_getBranch_method (#5) fixed --- src/tech/avroid/scm/Git.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tech/avroid/scm/Git.groovy b/src/tech/avroid/scm/Git.groovy index 069a95a..3f7e632 100644 --- a/src/tech/avroid/scm/Git.groovy +++ b/src/tech/avroid/scm/Git.groovy @@ -11,7 +11,7 @@ class Git implements Serializable { this.script = script } - * get current Branch name + /** get current Branch name * @return String - branch name */ public String getBranch() {