1
0
mirror of https://codeberg.org/gitnex/GitNex synced 2025-01-10 17:42:38 +01:00

Very small improvements

This commit is contained in:
anonTree1417 2020-04-01 21:58:42 +02:00
parent b2f34f819c
commit ee0392e208

View File

@ -8,7 +8,7 @@ class MTMDecision {
final static int DECISION_INVALID = 0;
final static int DECISION_ABORT = 1;
final static int DECISION_ALWAYS = 3;
final static int DECISION_ALWAYS = 2;
int state = DECISION_INVALID;