From f43e7c1c1ddc182762ce8173c72d78f18dc4d58c Mon Sep 17 00:00:00 2001 From: Adam NAILI Date: Tue, 9 Jan 2018 01:25:21 +0100 Subject: Updating UML diagram --- src/docs/class.puml | 5 +++-- 1 file 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 { } class ScreenManager { - private ApplicationContext - ScreenManager(ApplicationContext) + private final ApplicationContext + private final Graphics2D + ScreenManager(ApplicationContext,Graphics2D) GraphicsContext clearScreen() } -- cgit v1.2.3