Add switch default and comment
This commit is contained in:
@@ -286,6 +286,8 @@ public class SimpleLog implements Log, Serializable {
|
||||
case "off":
|
||||
setLevel(LOG_LEVEL_OFF);
|
||||
break;
|
||||
default:
|
||||
// do nothing
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user