Skip to content

Commit

Permalink
[JENKINS-28407] Findbugs!
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jun 13, 2016
1 parent 2c01a29 commit da2b063
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -87,7 +87,7 @@ public abstract class CredentialsProvider extends Descriptor<CredentialsProvider
*
* @since 2.1.1
*/
public static CredentialsProvider NONE = new CredentialsProvider() {
public static final CredentialsProvider NONE = new CredentialsProvider() {
/**
* {@inheritDoc}
*/
Expand Down

0 comments on commit da2b063

Please sign in to comment.