Skip to content

Commit

Permalink
spotbugs 4.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Jul 22, 2024
1 parent 3b4a7a6 commit 40fccb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ subprojects {
}

spotbugs {
toolVersion = '4.8.2'
toolVersion = '4.8.6'
excludeFilter = rootProject.file('codequality/findbugs-exclude.xml')
ignoreFailures = false
spotbugsMain.enabled = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/**
* Sink for exporting spark metrics.
*/
public class SparkSink implements Sink {
public final class SparkSink implements Sink {

private static final Logger LOGGER = LoggerFactory.getLogger(SparkSink.class);

Expand Down

0 comments on commit 40fccb8

Please sign in to comment.