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() {