Merge pull request #1170 from ddatsh/master

fix typo
This commit is contained in:
Fury Zhu 2019-05-07 17:52:07 +08:00 committed by GitHub
commit 73ebb86055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,7 +274,7 @@ public class CacheData {
*/
private volatile boolean isUseLocalConfig = false;
/**
* last motify time
* last modify time
*/
private volatile long localConfigLastModified;
private volatile String content;