fix codesmell reported by sonarqube
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bc0aad431f
commit
0da4c57409
|
@ -8,7 +8,9 @@ import tag.TagName;
|
||||||
|
|
||||||
public class GitHubTagMatcher extends TagMatcher {
|
public class GitHubTagMatcher extends TagMatcher {
|
||||||
|
|
||||||
private final TagName tagName = new TagName("github");
|
public GitHubTagMatcher() {
|
||||||
|
tagName = new TagName("github");
|
||||||
|
}
|
||||||
|
|
||||||
public TagName getName() {
|
public TagName getName() {
|
||||||
return tagName;
|
return tagName;
|
||||||
|
|
Reference in a new issue