Skip to content

Commit

Permalink
Remove obsolete references to GatewayConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Nov 28, 2024
1 parent 71e7cc7 commit c1451d0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ class KafkaTopics(
tree: JsonNode?,
@PathParam("topic_name") topic: String,
@Context avroProcessor: AvroProcessor,
@Context config: GatewayConfig,
@Suspended asyncResponse: AsyncResponse,
) {
if (tree == null) {
Expand All @@ -115,7 +114,6 @@ class KafkaTopics(
input: InputStream?,
@Context binaryToAvroConverter: BinaryToAvroConverter,
@PathParam("topic_name") topic: String,
@Context config: GatewayConfig,
@Suspended asyncResponse: AsyncResponse,
) {
if (input == null) {
Expand Down

0 comments on commit c1451d0

Please sign in to comment.