Skip to content

Commit

Permalink
Merge pull request #189 from aneveux/more-spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe authored Mar 3, 2023
2 parents 4a36eee + e06843b commit 0ff19c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.361.4</jenkins.version>
<aws-java-sdk.version>1.12.70</aws-java-sdk.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
import java.util.logging.Level;
import java.util.logging.Logger;

public class AWSCredentialsImpl extends BaseAmazonWebServicesCredentials implements AmazonWebServicesCredentials {
public class AWSCredentialsImpl extends BaseAmazonWebServicesCredentials {

private static final long serialVersionUID = -3167989896315282034L;

Expand Down

0 comments on commit 0ff19c5

Please sign in to comment.