mirror of
https://codeberg.org/gitnex/GitNex
synced 2025-01-10 17:42:38 +01:00
Very small improvements
This commit is contained in:
parent
b2f34f819c
commit
ee0392e208
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user