Update API.java
This commit is contained in:
parent
9a8b39b490
commit
1b615ad616
|
|
@ -61,7 +61,7 @@ public class API {
|
||||||
|
|
||||||
private API() {
|
private API() {
|
||||||
this.auth = new Auth();
|
this.auth = new Auth();
|
||||||
this.lock = new ReentrantLock();
|
this.lock = new ReentrantLock(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setRefreshToken(String token) {
|
public void setRefreshToken(String token) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue