Update Binding.java
This commit is contained in:
committed by
Oleg Zhurakousky
parent
605344d5a5
commit
b33c76ad84
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user