Skip to content

Commit

Permalink
yingmu: 手误bug修改
Browse files Browse the repository at this point in the history
  • Loading branch information
yingmu committed Apr 21, 2015
1 parent 0bd425c commit 6495d0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class SystemConfigSp {

public static SystemConfigSp instance() {
if (systemConfigSp == null) {
synchronized (LoginSp.class) {
synchronized (SystemConfigSp.class) {
systemConfigSp = new SystemConfigSp();
}
}
Expand Down

0 comments on commit 6495d0e

Please sign in to comment.