Skip to content

Commit 313f8ff

Browse files
authored
Merge pull request Netflix#169 from epot/epot-patch-1
Fix typo in README
2 parents 7c587cf + 0ab8541 commit 313f8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In this example a GRPC server is configured with a single adaptive limiter that
5555
// Create and configure a server builder
5656
ServerBuilder builder = ...;
5757

58-
builder.addService(ServerInterceptor.intercept(service,
58+
builder.addService(ServerInterceptors.intercept(service,
5959
ConcurrencyLimitServerInterceptor.newBuilder(
6060
new GrpcServerLimiterBuilder()
6161
.partitionByHeader(GROUP_HEADER)

0 commit comments

Comments
 (0)