Skip to content

Commit

Permalink
Make queryModifier final
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjian2664 authored and ebyhr committed Mar 24, 2023
1 parent ef448d3 commit aa6a978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class JdbcPageSinkProvider
implements ConnectorPageSinkProvider
{
private final JdbcClient jdbcClient;
private RemoteQueryModifier queryModifier;
private final RemoteQueryModifier queryModifier;

@Inject
public JdbcPageSinkProvider(JdbcClient jdbcClient, RemoteQueryModifier remoteQueryModifier)
Expand Down

0 comments on commit aa6a978

Please sign in to comment.