From 3edabdf8f6a75caf24c5790e97bc9acbf18a73d1 Mon Sep 17 00:00:00 2001 From: Siket Melinda Tekla Date: Mon, 16 May 2016 21:26:49 +0200 Subject: [PATCH] Comments modified in WallDrawer.java --- cicaprojekt/WallDrawer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicaprojekt/WallDrawer.java b/cicaprojekt/WallDrawer.java index 423629e..dd8977a 100644 --- a/cicaprojekt/WallDrawer.java +++ b/cicaprojekt/WallDrawer.java @@ -15,7 +15,7 @@ public class WallDrawer extends AbstractDrawer implements Drawer { * Az osztály konstruktora. A kapott falpéldányhoz kirajzol * egy falat. * - * @param s a kapott falpéldány + * @param w a kapott falpéldány * @throws IOException Ha nem található a kép. */ public WallDrawer(Wall w) throws IOException {