File tree 1 file changed +5
-2
lines changed
src/main/java/org/csanchez/jenkins/plugins/kubernetes
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
package org .csanchez .jenkins .plugins .kubernetes ;
2
2
3
- import org .jenkinsci .plugins .kubernetes .credentials .BearerTokenCredentialImpl ;
4
3
import org .kohsuke .stapler .DataBoundConstructor ;
5
4
6
5
import com .cloudbees .plugins .credentials .CredentialsScope ;
7
6
7
+ import edu .umd .cs .findbugs .annotations .SuppressFBWarnings ;
8
+
8
9
/**
9
10
* @author <a href="mailto:[email protected] ">Nicolas De Loof</a>
10
11
*/
11
12
@ Deprecated
12
- public class OpenShiftBearerTokenCredentialImpl extends BearerTokenCredentialImpl {
13
+ @ SuppressFBWarnings ("NM_SAME_SIMPLE_NAME_AS_SUPERCLASS" )
14
+ public class OpenShiftBearerTokenCredentialImpl
15
+ extends org .jenkinsci .plugins .kubernetes .credentials .OpenShiftBearerTokenCredentialImpl {
13
16
14
17
private static final long serialVersionUID = -3725963485838773012L ;
15
18
You can’t perform that action at this time.
0 commit comments