Skip to content
Snippets Groups Projects
Commit 8345c1b3 authored by sfphoton's avatar sfphoton
Browse files

Converted comment block to javadoc

parent a8528239
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ public class View { ...@@ -100,7 +100,7 @@ public class View {
gc.drawImage(targetFieldImg, x*tileSize, y*tileSize); gc.drawImage(targetFieldImg, x*tileSize, y*tileSize);
} }
/* /**
* Az x, y koordinátákkal meghatározott mezőre a Hole-nak megfelelő grafikus elem kirajzolása * Az x, y koordinátákkal meghatározott mezőre a Hole-nak megfelelő grafikus elem kirajzolása
*/ */
public void drawHole() { public void drawHole() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment