Comments modified in PlayerDrawer.java

This commit is contained in:
Siket Melinda Tekla 2016-05-16 21:25:50 +02:00
parent 74cd8690ad
commit 81f231ea25
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class PlayerDrawer extends AbstractDrawer implements Drawer {
* Az osztály konstruktora. A kapott játékospéldányhoz kirajzol * Az osztály konstruktora. A kapott játékospéldányhoz kirajzol
* egy játékost, alapértelmezett esetben O'Neill ezredest. * 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. * @throws IOException Ha nem található a kép.
*/ */
public PlayerDrawer(Player p) throws IOException { public PlayerDrawer(Player p) throws IOException {