Skip to content

Commit

Permalink
Update client/src/main/java/io/confluent/kafka/schemaregistry/client/…
Browse files Browse the repository at this point in the history
…SchemaRegistryClient.java

Co-authored-by: Robert Yokota <rayokota@gmail.com>
  • Loading branch information
akhileshm1 and rayokota committed Aug 9, 2023
1 parent d33a906 commit 0388c54
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -269,5 +269,5 @@ public default Integer deleteSchemaVersion(
public void reset();

@Override
default void close() {}
default void close() throws IOException {}
}

0 comments on commit 0388c54

Please sign in to comment.