Skip to content

Commit 0573c8f

Browse files
a-simeshinST-DDT
andauthored
Update grpc-client-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/client/inject/GrpcClientBeanPostProcessor.java
Co-authored-by: ST-DDT <[email protected]>
1 parent 4439e6a commit 0573c8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

grpc-client-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/client/inject/GrpcClientBeanPostProcessor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,10 @@ private ConfigurableListableBeanFactory getConfigurableBeanFactory() {
309309
}
310310

311311
/**
312-
* The method is used to determine with which name the bean should be registered in the context
312+
* Gets the bean name from the given annotation.
313313
*
314-
* @param grpcClientBean annotation value
315-
* @return name
314+
* @param grpcClientBean The annotation to extract it from.
315+
* @return The extracted name.
316316
*/
317317
private String getBeanName(final GrpcClientBean grpcClientBean) {
318318
if (!grpcClientBean.beanName().isEmpty()) {

0 commit comments

Comments
 (0)