Skip to content

Commit 2bc4a3a

Browse files
committed
fix
1 parent 963f885 commit 2bc4a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flight/flight-core/src/main/java/org/apache/arrow/flight/FlightClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public class FlightClient implements AutoCloseable {
9090

9191
final ClientInterceptor[] interceptors;
9292
interceptors =
93-
new ClientInterceptor[] {authInterceptor, new ClientInterceptorAdapter(middleware)};
93+
new ClientInterceptor[] {authInterceptor, new ClientInterceptorAdapter(this.middleware)};
9494

9595
// Create a channel with interceptors pre-applied for DoGet and DoPut
9696
Channel interceptedChannel = ClientInterceptors.intercept(channel, interceptors);

0 commit comments

Comments
 (0)