mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 10:58:42 +00:00
fix: typos in documentation files (#3186)
* Update CannotSubtractException.java * Update CachingTest.java * Update App.java * Update caching.urm.puml * Update update-method.urm.puml
This commit is contained in:
@@ -20,7 +20,7 @@ package com.iluwatar.updatemethod {
|
||||
- PATROLLING_RIGHT_BOUNDING : int {static}
|
||||
# patrollingLeft : boolean
|
||||
+ Skeleton(id : int)
|
||||
+ Skeleton(id : int, postition : int)
|
||||
+ Skeleton(id : int, position : int)
|
||||
+ update()
|
||||
}
|
||||
class Statue {
|
||||
@@ -48,4 +48,4 @@ package com.iluwatar.updatemethod {
|
||||
World --> "-entities" Entity
|
||||
Skeleton --|> Entity
|
||||
Statue --|> Entity
|
||||
@enduml
|
||||
@enduml
|
||||
|
||||
Reference in New Issue
Block a user