vernedeng commented on code in PR #123:
URL:
https://github.com/apache/flink-connector-pulsar/pull/123#discussion_r3527794302
##########
flink-connector-pulsar/src/main/java/org/apache/flink/connector/pulsar/source/reader/deserializer/PulsarDeserializationSchema.java:
##########
@@ -70,7 +70,7 @@ default void open(PulsarInitializationContext context,
SourceConfiguration confi
/** An interface for providing extra schema initial context for users. */
@PublicEvolving
- public interface PulsarInitializationContext extends InitializationContext
{
+ interface PulsarInitializationContext extends InitializationContext {
Review Comment:
Reverted
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]