Update Binding.java

This commit is contained in:
Bowen Li
2022-08-08 10:40:55 +08:00
committed by Oleg Zhurakousky
parent 605344d5a5
commit b33c76ad84

View File

@@ -43,7 +43,7 @@ public interface Binding<T> 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<T> 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.
*