1
0
mirror of https://github.com/Qortal/qortal.git synced 2025-07-25 11:11:25 +00:00

Added missing break;

This commit is contained in:
CalDescent
2022-03-06 11:21:55 +00:00
parent c198f785e6
commit 49f466c073

@@ -139,6 +139,7 @@ public class ArbitraryDataManager extends Thread {
case ALL: case ALL:
this.processAll(); this.processAll();
break;
case NONE: case NONE:
case VIEWED: case VIEWED: