changed ident to 4spaces instead of tabs in Scale, also made cosmetic changes

This commit is contained in:
Kjistóf 2016-04-23 13:28:38 +02:00
parent 1f2903272e
commit 9d5be2a0db

View File

@ -7,7 +7,8 @@ public class Scale extends Field {
private Stack<Pickable> itemsOnTile;
private int threshold;
private int weight;
public Scale(Gate gate, int threshold){
Menu.addTab();
System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Scale.Scale(" + gate + ")");
@ -16,7 +17,6 @@ public class Scale extends Field {
itemsOnTile = new Stack<Pickable>();
System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Scale.Scale()");
Menu.removeTab();
}
public void onEntry() {