We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26a421 commit 4e5b895Copy full SHA for 4e5b895
update-method/etc/update-method.urm.puml
@@ -20,7 +20,7 @@ package com.iluwatar.updatemethod {
20
- PATROLLING_RIGHT_BOUNDING : int {static}
21
# patrollingLeft : boolean
22
+ Skeleton(id : int)
23
- + Skeleton(id : int, postition : int)
+ + Skeleton(id : int, position : int)
24
+ update()
25
}
26
class Statue {
@@ -48,4 +48,4 @@ package com.iluwatar.updatemethod {
48
World --> "-entities" Entity
49
Skeleton --|> Entity
50
Statue --|> Entity
51
-@enduml
+@enduml
0 commit comments