Skip to content

Commit 5a467d1

Browse files
committed
docs: fix the typo.
1 parent 4de4199 commit 5a467d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/io/streamnative/flink/java/dynamic/DynamicDeserializationSchema.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
import static org.apache.flink.connector.pulsar.common.config.PulsarClientFactory.createClient;
2222

2323
/**
24-
* Query the schema by schema version. This should only be applied to a topic with
25-
* {@code Schema.AUTO_PRODUCE(Schema.AVRO(Class))} producer.
24+
* Query the schema by schema version. This should only be applied to a topic with {@code Schema.AVRO} producer.
2625
*/
2726
public class DynamicDeserializationSchema implements PulsarDeserializationSchema<LoadCreatedEvent> {
2827
private static final long serialVersionUID = 3320218454364912622L;

0 commit comments

Comments
 (0)