From b33c76ad84d64fe8c2d774230fd6503349788f52 Mon Sep 17 00:00:00 2001 From: Bowen Li <27091925@qq.com> Date: Mon, 8 Aug 2022 10:40:55 +0800 Subject: [PATCH] Update Binding.java --- .../java/org/springframework/cloud/stream/binder/Binding.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/binder/Binding.java b/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/binder/Binding.java index 275a26460..55bbd366e 100644 --- a/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/binder/Binding.java +++ b/core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/binder/Binding.java @@ -43,7 +43,7 @@ public interface Binding extends Pausable { } /** - * Stops the target component represented by this instance. NOTE: At the time the + * Starts the target component represented by this instance. NOTE: At the time the * instance is created the component is already started. This operation is typically * used by actuator to re-bind/re-start. * @@ -53,7 +53,7 @@ public interface Binding extends Pausable { } /** - * Starts the target component represented by this instance. NOTE: At the time the + * Stops the target component represented by this instance. NOTE: At the time the * instance is created the component is already started. This operation is typically * used by actuator to re-bind/re-start. *