Skip to content

Commit 4e5b895

Browse files
authored
Update update-method.urm.puml
1 parent f26a421 commit 4e5b895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update-method/etc/update-method.urm.puml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package com.iluwatar.updatemethod {
2020
- PATROLLING_RIGHT_BOUNDING : int {static}
2121
# patrollingLeft : boolean
2222
+ Skeleton(id : int)
23-
+ Skeleton(id : int, postition : int)
23+
+ Skeleton(id : int, position : int)
2424
+ update()
2525
}
2626
class Statue {
@@ -48,4 +48,4 @@ package com.iluwatar.updatemethod {
4848
World --> "-entities" Entity
4949
Skeleton --|> Entity
5050
Statue --|> Entity
51-
@enduml
51+
@enduml

0 commit comments

Comments
 (0)