Skip to content

Commit

Permalink
Update schema-serializer/src/main/java/io/confluent/kafka/formatter/S…
Browse files Browse the repository at this point in the history
…chemaMessageDeserializer.java

Co-authored-by: Robert Yokota <rayokota@gmail.com>
  • Loading branch information
akhileshm1 and rayokota committed Aug 9, 2023
1 parent dc8e891 commit a667280
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,5 +30,5 @@ public interface SchemaMessageDeserializer<T> extends Closeable {
T deserialize(String topic, byte[] payload) throws SerializationException;

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

0 comments on commit a667280

Please sign in to comment.