diff options
author | pacien | 2018-02-01 21:48:36 +0100 |
---|---|---|
committer | pacien | 2018-02-01 21:48:36 +0100 |
commit | 6dd0e213ba1f82941c7cc5f41f72aea29fb257a7 (patch) | |
tree | 847b0a4014431841063fed5e7754c959fb65e54b /src/docs | |
parent | 5664d1c145d7432f4052b0299af076d0630ecc8b (diff) | |
parent | 2b72b904a9b93503c781b57b0cbcff01bfb7dd8a (diff) | |
download | wallj-6dd0e213ba1f82941c7cc5f41f72aea29fb257a7.tar.gz |
Merge branch 'master' of https://github.com/pacien/upem-java-wallj
Diffstat (limited to 'src/docs')
-rw-r--r-- | src/docs/class.puml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/docs/class.puml b/src/docs/class.puml index 779f764..075aa39 100644 --- a/src/docs/class.puml +++ b/src/docs/class.puml | |||
@@ -13,7 +13,6 @@ package viewer { | |||
13 | final Game | 13 | final Game |
14 | Viewer(List<Board>) | 14 | Viewer(List<Board>) |
15 | void eventLoop(ApplicationContext) | 15 | void eventLoop(ApplicationContext) |
16 | void renderFrame(Graphics2D,ApplicationContext,List<Event>) | ||
17 | } | 16 | } |
18 | } | 17 | } |
19 | 18 | ||