Skip to content

Commit

Permalink
Update ProtobufSchema.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota committed Mar 7, 2024
1 parent 885098a commit 814141d
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -149,12 +149,6 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import static com.google.common.base.CaseFormat.LOWER_UNDERSCORE;
import static com.google.common.base.CaseFormat.UPPER_CAMEL;
import static io.confluent.kafka.schemaregistry.protobuf.ProtobufSchemaUtils.findMatchingElement;
import static io.confluent.kafka.schemaregistry.protobuf.ProtobufSchemaUtils.findMatchingNode;
import static io.confluent.kafka.schemaregistry.protobuf.ProtobufSchemaUtils.jsonToFile;

public class ProtobufSchema implements ParsedSchema {

private static final Logger log = LoggerFactory.getLogger(ProtobufSchema.class);
Expand Down

0 comments on commit 814141d

Please sign in to comment.