Commit 37834937 authored by Falko Schumann's avatar Falko Schumann 💩
Browse files

Grund für Illegal State Exception in Message dokumentiert

parent 1fa46702
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ public class FuzzyLogikHandler extends Handler {
            return gammaOperator(zahlen[0], zahlen[1], zahlen[2]);
        }

        throw new IllegalStateException("unreachable code");
        throw new IllegalStateException("[unreachable code] Nicht behandelter Operator: " + operator);
    }

    @Override