Add switch default and comment
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user