Skip to content

Commit

Permalink
删除掉缓存
Browse files Browse the repository at this point in the history
  • Loading branch information
QuincySx committed Sep 7, 2017
1 parent e1ac2ce commit 8332065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public final Configurator withAPITest(@NonNull boolean b) {
*
* @return
*/
public final Configurator withCache(@NonNull boolean b) {
private Configurator withCache(@NonNull boolean b) {
mConfigManager.setConfig(COMMON_CACHE, b);
return this;
}
Expand Down

0 comments on commit 8332065

Please # to comment.