Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9b107075 authored by zyno1's avatar zyno1
Browse files

cleanup

parent 6ed8ce27
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ public abstract class ID {
@Override
public String toString() {
return "ID{" +
return "ID { " +
"name = '" + name + "\' " +
'}';
}
......
......@@ -21,7 +21,7 @@ public abstract class Symbol {
@Override
public String toString() {
return "Symbol{" +
return "Symbol { " +
"tier = " + tier +
", noBlock = " + noBlock +
" }";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment