Skip to content

Commit 1f585be

Browse files
authored
fix checkstyle warning (#171)
1 parent b1a16de commit 1f585be

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!groovy
22

3-
buildPlugin(checkstyle: [run:true, archive:true, unstableTotalAll: '1'])
3+
buildPlugin(checkstyle: [run:true, archive:true, unstableTotalAll: '0'])

src/test/java/com/cloudbees/jenkins/plugins/bitbucket/BitbucketGitSCMBuilderTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.cloudbees.jenkins.plugins.bitbucket;
22

33
import com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketHref;
4-
import com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryProtocol;
54
import com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryType;
65
import com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey;
76
import com.cloudbees.plugins.credentials.Credentials;

0 commit comments

Comments
 (0)