diff --git a/cicaprojekt/PlayerDrawer.java b/cicaprojekt/PlayerDrawer.java index 1e41d7e..048cc0e 100644 --- a/cicaprojekt/PlayerDrawer.java +++ b/cicaprojekt/PlayerDrawer.java @@ -15,7 +15,7 @@ public class PlayerDrawer extends AbstractDrawer implements Drawer { * Az osztály konstruktora. A kapott játékospéldányhoz kirajzol * egy játékost, alapértelmezett esetben O'Neill ezredest. * - * @param s a kapott játékospéldány + * @param p a kapott játékospéldány * @throws IOException Ha nem található a kép. */ public PlayerDrawer(Player p) throws IOException {