Skip to content

Commit 3dc0b0f

Browse files
committed
bugfix
1 parent a83d2bf commit 3dc0b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publiccms-parent/publiccms-analyzer/src/main/java/com/publiccms/views/method/tools/GetIpRegionMethod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class GetIpRegionMethod extends BaseMethod {
5050

5151
private void init() {
5252
if (null == ip2Region) {
53-
synchronized (ip2Region) {
53+
synchronized (GetIpRegionMethod.class) {
5454
try {
5555
if (null == ip2Region) {
5656
Config v4Config = null;

0 commit comments

Comments
 (0)