You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: grpc-client-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/client/inject/GrpcClientBeanPostProcessor.java
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -229,14 +229,14 @@ protected <T> T valueForMember(final String name, final Member injectionTarget,
229
229
230
230
/**
231
231
* Creates a stub instance for the specified stub type using the resolved {@link StubFactory}.
232
-
*
232
+
*
233
233
* @param stubClass The stub class that needs to be created.
234
234
* @param channel The gRPC channel associated with the created stub, passed as a parameter to the stub factory.
235
235
* @throws BeanInstantiationException If the stub couldn't be created, either because the type isn't supported or
0 commit comments