Skip to content

Commit 2846526

Browse files
committed
Clarify bundle meaning
1 parent d93ad2b commit 2846526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-grpc-spring-boot-autoconfigure/src/main/java/org/springframework/grpc/autoconfigure/server/GrpcServerProperties.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ public static class Ssl {
362362
private ClientAuth clientAuth = ClientAuth.NONE;
363363

364364
/**
365-
* SSL bundle name.
365+
* SSL bundle name. Should match a bundle configured in spring.ssl.bundle.
366366
*/
367367
private String bundle;
368368

0 commit comments

Comments
 (0)