Skip to content
Snippets Groups Projects
Commit 5874e14c authored by zalavari's avatar zalavari
Browse files

Typo fixed

parent 7faac365
Branches
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ public abstract class Moveable { ...@@ -78,7 +78,7 @@ public abstract class Moveable {
public void printStat() public void printStat()
{ {
System.out.println(myField + ": " + Main.getFieldName(myField) ); System.out.println("myField: " + Main.getFieldName(myField) );
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment