ordering for OCDs

This commit is contained in:
Jonathan Shook 2020-04-21 11:21:59 -05:00
parent df6a1bdc15
commit 76f4924c6d

View File

@ -284,14 +284,14 @@ public class NBCLIOptions {
arglist.removeFirst();
wantsMarkerTypes = true;
break;
case DASH_VV_DEBUG:
consoleLevel = Level.DEBUG;
arglist.removeFirst();
break;
case DASH_V_INFO:
consoleLevel = Level.INFO;
arglist.removeFirst();
break;
case DASH_VV_DEBUG:
consoleLevel = Level.DEBUG;
arglist.removeFirst();
break;
case DASH_VVV_TRACE:
consoleLevel = Level.TRACE;
arglist.removeFirst();