mirror of
https://gitee.com/huoyo/ko-time.git
synced 2025-12-06 16:58:26 +08:00
update docs
This commit is contained in:
parent
ac115ec161
commit
9d5c03230d
@ -140,7 +140,7 @@ public class LoadConfig {
|
|||||||
) {
|
) {
|
||||||
Context.getDynamicProperties().load(inputStream);
|
Context.getDynamicProperties().load(inputStream);
|
||||||
} catch (UnsupportedEncodingException e) {
|
} catch (UnsupportedEncodingException e) {
|
||||||
log.severe("kotime=>dynamic.properties requires utf-8");
|
log.severe("kotime=>dynamic.properties requires utf-8.");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
} catch (FileNotFoundException e){
|
} catch (FileNotFoundException e){
|
||||||
log.warning("kotime=>No dynamic.properties found so that you can not use dynamic properties to set.");
|
log.warning("kotime=>No dynamic.properties found so that you can not use dynamic properties to set.");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user