laraschmidt commented on a change in pull request #17135:
URL: https://github.com/apache/beam/pull/17135#discussion_r831427272



##########
File path: 
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/transforms/TypedSchemaTransformProvider.java
##########
@@ -42,13 +42,13 @@
 @Experimental(Kind.SCHEMAS)
 public abstract class TypedSchemaTransformProvider<ConfigT> implements 
SchemaTransformProvider {
 
-  abstract Class<ConfigT> configurationClass();
+  public abstract Class<ConfigT> configurationClass();

Review comment:
       Why do these need to be public?




-- 
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]


Reply via email to