Skip to content

Commit

Permalink
suppress style check for shaded classes from apache common and guava
Browse files Browse the repository at this point in the history
  • Loading branch information
annie-mac committed Mar 27, 2024
1 parent 389e20b commit 2ddff13
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,9 @@ private CosmosChangeFeedRequestOptions getChangeFeedRequestOptions(FeedRangeTask
} else {
try {
KafkaCosmosChangeFeedState kafkaCosmosChangeFeedState =
KafkaCosmosUtils.getSimpleObjectMapper().readValue(feedRangeTaskUnit.getContinuationState(), KafkaCosmosChangeFeedState.class);
KafkaCosmosUtils
.getSimpleObjectMapper()
.readValue(feedRangeTaskUnit.getContinuationState(), KafkaCosmosChangeFeedState.class);

changeFeedRequestOptions =
ImplementationBridgeHelpers.CosmosChangeFeedRequestOptionsHelper
Expand Down

0 comments on commit 2ddff13

Please sign in to comment.