aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam NAILI2018-01-09 01:25:21 +0100
committerAdam NAILI2018-01-09 01:25:21 +0100
commitf43e7c1c1ddc182762ce8173c72d78f18dc4d58c (patch)
tree6423e6fc38ba62f74d72dd3f6987b36219276c57
parent0939d5aa083872e8da9c75a5f783b7d0e2960fb0 (diff)
downloadwallj-f43e7c1c1ddc182762ce8173c72d78f18dc4d58c.tar.gz
Updating UML diagram
-rw-r--r--src/docs/class.puml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/docs/class.puml b/src/docs/class.puml
index 6232023..6257ae8 100644
--- a/src/docs/class.puml
+++ b/src/docs/class.puml
@@ -40,8 +40,9 @@ package context {
40 } 40 }
41 41
42 class ScreenManager { 42 class ScreenManager {
43 private ApplicationContext 43 private final ApplicationContext
44 ScreenManager(ApplicationContext) 44 private final Graphics2D
45 ScreenManager(ApplicationContext,Graphics2D)
45 GraphicsContext clearScreen() 46 GraphicsContext clearScreen()
46 } 47 }
47 48