File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
spring-grpc-core/src/main/java/org/springframework/grpc/client Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public DefaultGrpcChannelFactory(List<GrpcChannelBuilderCustomizer<T>> globalCus
72
72
73
73
/**
74
74
* Whether this factory supports the given target string. The target can be either a
75
- * valid nameresolver-compliant URI, an authority string as described in
75
+ * valid nameresolver-compliant URI or an authority string as described in
76
76
* {@link Grpc#newChannelBuilder(String, ChannelCredentials)}.
77
77
* @param target the target string as described in method javadocs
78
78
* @return true unless the target begins with 'in-process:'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public interface GrpcChannelFactory {
31
31
32
32
/**
33
33
* Whether this factory supports the given target string. The target can be either a
34
- * valid nameresolver-compliant URI, an authority string as described in
34
+ * valid nameresolver-compliant URI or an authority string as described in
35
35
* {@link Grpc#newChannelBuilder(String, ChannelCredentials)}.
36
36
* @param target the target string as described in method javadocs
37
37
* @return whether this factory supports the given target string
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public InProcessGrpcChannelFactory(List<GrpcChannelBuilderCustomizer<InProcessCh
44
44
45
45
/**
46
46
* Whether this factory supports the given target string. The target can be either a
47
- * valid nameresolver-compliant URI, an authority string as described in
47
+ * valid nameresolver-compliant URI or an authority string as described in
48
48
* {@link Grpc#newChannelBuilder(String, ChannelCredentials)}.
49
49
* @param target the target string as described in method javadocs
50
50
* @return true if the target begins with 'in-process:'
You can’t perform that action at this time.
0 commit comments