Skip to content

Commit

Permalink
NIT static default_ipc
Browse files Browse the repository at this point in the history
  • Loading branch information
vfraga committed Nov 1, 2021
1 parent 22d989d commit b5907de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class FlightPreparedStatement {

private final String query;
private final CancellableUserResponseHandler<UserProtos.CreatePreparedStatementArrowResp> responseHandler;
private final IpcOption DEFAULT_IPC = new IpcOption();
private static final IpcOption DEFAULT_IPC = new IpcOption();

public FlightPreparedStatement(String query,
CancellableUserResponseHandler<UserProtos.CreatePreparedStatementArrowResp> responseHandler) {
Expand Down

0 comments on commit b5907de

Please sign in to comment.