Skip to content

Commit

Permalink
silence spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Posta committed Dec 18, 2024
1 parent 3a20cc8 commit 12e0535
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package io.airbyte.cdk.read

import com.fasterxml.jackson.databind.JsonNode
import com.fasterxml.jackson.databind.node.ObjectNode
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings
import io.airbyte.cdk.ClockFactory
import io.airbyte.cdk.command.CliRunner
import io.airbyte.cdk.command.ConfigurationSpecification
Expand Down Expand Up @@ -143,6 +144,7 @@ interface DatatypeTestCase {
val expectedData: List<JsonNode>
}

@SuppressFBWarnings(value = ["NP_NONNULL_RETURN_VIOLATION"], justification = "control flow")
class DiscoverAndReadAll<
DB : GenericContainer<*>,
CS : ConfigurationSpecification,
Expand Down

0 comments on commit 12e0535

Please sign in to comment.