From 2280104d4f596d6eec97cb341709b418c312f685 Mon Sep 17 00:00:00 2001 From: Adam NAILI Date: Sun, 4 Feb 2018 23:22:36 +0100 Subject: Updating doc --- src/main/java/fr/umlv/java/wallj/context/GraphicsContext.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/fr/umlv/java/wallj/context/GraphicsContext.java b/src/main/java/fr/umlv/java/wallj/context/GraphicsContext.java index f2ae0a6..30cf449 100644 --- a/src/main/java/fr/umlv/java/wallj/context/GraphicsContext.java +++ b/src/main/java/fr/umlv/java/wallj/context/GraphicsContext.java @@ -61,10 +61,9 @@ public final class GraphicsContext { } /** - * - * @param color the color of the text + * @param color the color of the text * @param position the position that is given by the baseline's left point of the text - * @param string the text to write down on the screen + * @param string the text to write down on the screen */ public void paintString(Color color, Vec2 position, String string) { graphics2D.setColor(color); -- cgit v1.2.3