diff options
Diffstat (limited to 'src/ch/epfl/maze/graphics/Display.java')
-rw-r--r-- | src/ch/epfl/maze/graphics/Display.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/graphics/Display.java b/src/ch/epfl/maze/graphics/Display.java index baacefa..a0c37f4 100644 --- a/src/ch/epfl/maze/graphics/Display.java +++ b/src/ch/epfl/maze/graphics/Display.java | |||
@@ -16,6 +16,8 @@ import java.util.Map; | |||
16 | 16 | ||
17 | /** | 17 | /** |
18 | * Handles the display of a {@code Simulation} on a window. | 18 | * Handles the display of a {@code Simulation} on a window. |
19 | * | ||
20 | * @author EPFL | ||
19 | */ | 21 | */ |
20 | public final class Display implements Runnable { | 22 | public final class Display implements Runnable { |
21 | 23 | ||