From 9d5be2a0dbfa801e909d3a65e6be8e699c0cda93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjist=C3=B3f?= Date: Sat, 23 Apr 2016 13:28:38 +0200 Subject: [PATCH] changed ident to 4spaces instead of tabs in Scale, also made cosmetic changes --- cicaprojekt/Scale.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cicaprojekt/Scale.java b/cicaprojekt/Scale.java index 6c2b9ba..690b82d 100644 --- a/cicaprojekt/Scale.java +++ b/cicaprojekt/Scale.java @@ -7,7 +7,8 @@ public class Scale extends Field { private Stack 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(); System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Scale.Scale()"); Menu.removeTab(); - } public void onEntry() {