mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-24 19:34:39 +00:00
added missing whitespace to the elements of the unordered list
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@ incomplete or inappropriate state
|
|||||||
## Applicability
|
## Applicability
|
||||||
Use the Balking pattern when
|
Use the Balking pattern when
|
||||||
|
|
||||||
*you want to invoke an action on an object only when it is in a particular state
|
* you want to invoke an action on an object only when it is in a particular state
|
||||||
*objects are generally only in a state that is prone to balking temporarily
|
* objects are generally only in a state that is prone to balking temporarily
|
||||||
but for an unknown amount of time
|
but for an unknown amount of time
|
||||||
|
|
||||||
## Related patterns
|
## Related patterns
|
||||||
|
|||||||
Reference in New Issue
Block a user