mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-16 11:31:05 +08:00
代码整理
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.egzosn.pay.paypal.api;
|
||||
|
||||
import java.util.concurrent.locks.ReentrantLock;
|
||||
|
||||
import com.egzosn.pay.common.api.BasePayConfigStorage;
|
||||
|
||||
/**
|
||||
@@ -62,5 +64,7 @@ public class PayPalConfigStorage extends BasePayConfigStorage {
|
||||
return getNotifyUrl();
|
||||
}
|
||||
|
||||
|
||||
public PayPalConfigStorage() {
|
||||
setAccessTokenLock(new ReentrantLock());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user