1
0

Add switch default and comment

This commit is contained in:
Gary Gregory
2024-06-30 08:25:12 -04:00
parent faa9e1e2f2
commit 7d91888801

View File

@@ -286,6 +286,8 @@ public class SimpleLog implements Log, Serializable {
case "off": case "off":
setLevel(LOG_LEVEL_OFF); setLevel(LOG_LEVEL_OFF);
break; break;
default:
// do nothing
} }
} }
} }