From 9570e55a65c07650f31977b7d22e09e950f609fd Mon Sep 17 00:00:00 2001 From: Debugging Sparrow Date: Fri, 1 Sep 2023 10:32:55 +0900 Subject: [PATCH] Fix typo in BinderProperties Fix typo in BinderProperties --- .../springframework/cloud/stream/config/BinderProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/config/BinderProperties.java b/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/config/BinderProperties.java index 30f63b769..0e1788205 100644 --- a/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/config/BinderProperties.java +++ b/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/config/BinderProperties.java @@ -48,7 +48,7 @@ public class BinderProperties { /** * Whether the binder configuration is a candidate for being considered a default - * binder, or can be used only when explicitly referenced. Defaulys: true + * binder, or can be used only when explicitly referenced. Default: true */ private boolean defaultCandidate = true;