Skip to content

Commit d64dcd8

Browse files
Correct WARNING attribute (#1511)
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 03922b3 commit d64dcd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/ROOT/pages/spring-cloud-commons/common-abstractions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ public class MyClass {
664664
The URI needs to use a virtual host name (that is, a service name, not a host name).
665665
The `LoadBalancerClient` is used to create a full physical address.
666666

667-
WARN: This approach is now deprecated.
667+
WARNING: This approach is now deprecated.
668668
We suggest that you use xref:spring-cloud-commons/common-abstractions.adoc#webflux-with-reactive-loadbalancer[WebFlux with reactive Load-Balancer]
669669
instead.
670670

docs/modules/ROOT/pages/spring-cloud-commons/loadbalancer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ See the xref:spring-cloud-commons/loadbalancer.adoc#loadbalancer-cache-configura
7272
If you are using Caffeine, you can also override the default Caffeine Cache setup for the LoadBalancer by passing your own https://static.javadoc.io/com.github.ben-manes.caffeine/caffeine/2.2.2/com/github/benmanes/caffeine/cache/CaffeineSpec.html[Caffeine Specification]
7373
in the `spring.cloud.loadbalancer.cache.caffeine.spec` property.
7474

75-
WARN: Passing your own Caffeine specification will override any other LoadBalancerCache settings, including xref:spring-cloud-commons/loadbalancer.adoc#loadbalancer-cache-configuration[General LoadBalancer Cache Configuration] fields, such as `ttl` and `capacity`.
75+
WARNING: Passing your own Caffeine specification will override any other LoadBalancerCache settings, including xref:spring-cloud-commons/loadbalancer.adoc#loadbalancer-cache-configuration[General LoadBalancer Cache Configuration] fields, such as `ttl` and `capacity`.
7676

7777
[[default-loadbalancer-cache-implementation]]
7878
=== Default LoadBalancer Cache Implementation

0 commit comments

Comments
 (0)