Skip to content

Commit

Permalink
Fix checkstyle violations
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme committed Oct 9, 2024
1 parent 1ddc086 commit 31581e9
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/
package org.apache.arrow.flight;

import com.google.common.util.concurrent.ThreadFactoryBuilder;
import io.grpc.Server;
import io.grpc.ServerInterceptors;
import io.grpc.netty.GrpcSslContexts;
Expand Down Expand Up @@ -313,8 +312,8 @@ public FlightServer build() {
} else {
exec =
Executors.newThreadPerTaskExecutor(Thread.ofVirtual()
.name("flight-server-default-executor-", 0)
.factory());
.name("flight-server-default-executor-", 0)
.factory());
grpcExecutor = exec;
}

Expand Down

0 comments on commit 31581e9

Please sign in to comment.