mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-06-01 12:12:41 +00:00
Update URM Version to 1.4.4 and regenerated all puml files
This commit is contained in:
+3
@@ -1,14 +1,17 @@
|
||||
@startuml
|
||||
package com.iluwatar.resource.acquisition.is.initialization {
|
||||
class App {
|
||||
- LOGGER : Logger {static}
|
||||
+ App()
|
||||
+ main(args : String[]) {static}
|
||||
}
|
||||
class SlidingDoor {
|
||||
- LOGGER : Logger {static}
|
||||
+ SlidingDoor()
|
||||
+ close()
|
||||
}
|
||||
class TreasureChest {
|
||||
- LOGGER : Logger {static}
|
||||
+ TreasureChest()
|
||||
+ close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user