Skip to content

Commit

Permalink
[FLINK-35011][tests] Change MockDeserializationSchema's visibility ba…
Browse files Browse the repository at this point in the history
…ck to public to prevent compilation failure in external connectors
  • Loading branch information
Jiabao-Sun authored Apr 6, 2024
1 parent d3d8ae4 commit 3590c2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*
* <p>It does not implement any of the deserialization methods.
*/
class MockDeserializationSchema<T> implements DeserializationSchema<T> {
public class MockDeserializationSchema<T> implements DeserializationSchema<T> {

private boolean openCalled = false;

Expand Down

0 comments on commit 3590c2d

Please sign in to comment.