diff options
author | Pacien TRAN-GIRARD | 2015-11-24 11:15:53 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-11-24 11:15:53 +0100 |
commit | fb492341a1d05590c5230e8e0bd5e48f530944fe (patch) | |
tree | 1bd1e9a30239cf8f3415f1c2d1ef6df04dab91cc /src/ch/epfl/maze/graphics/GraphicComponent.java | |
parent | bc477506342411e9156b3230d847cb92bcb8e5f9 (diff) | |
download | maze-solver-fb492341a1d05590c5230e8e0bd5e48f530944fe.tar.gz |
Properly set class authors
Diffstat (limited to 'src/ch/epfl/maze/graphics/GraphicComponent.java')
-rw-r--r-- | src/ch/epfl/maze/graphics/GraphicComponent.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/graphics/GraphicComponent.java b/src/ch/epfl/maze/graphics/GraphicComponent.java index 44b4b1f..e63b145 100644 --- a/src/ch/epfl/maze/graphics/GraphicComponent.java +++ b/src/ch/epfl/maze/graphics/GraphicComponent.java | |||
@@ -12,6 +12,8 @@ import java.awt.image.ImageObserver; | |||
12 | 12 | ||
13 | /** | 13 | /** |
14 | * Graphic component of an animal that will be drawn by an {@link Animation}. | 14 | * Graphic component of an animal that will be drawn by an {@link Animation}. |
15 | * | ||
16 | * @author EPFL | ||
15 | */ | 17 | */ |
16 | public final class GraphicComponent { | 18 | public final class GraphicComponent { |
17 | 19 | ||