Skip to content

Commit 100695d

Browse files
committed
Remove variable self assignment
1 parent abb6b82 commit 100695d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/jenkinsci/plugins/bitbucket/BitbucketBuildStatusNotifierStep.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public String getCredentialsId() {
9797

9898
@DataBoundConstructor
9999
public BitbucketBuildStatusNotifierStep(final String buildState) {
100-
this.credentialsId = credentialsId;
101100
this.buildState = buildState;
102101
}
103102

0 commit comments

Comments
 (0)