Bugfix
This commit is contained in:
parent
9bfd22b57d
commit
d79cf305cb
@ -26,7 +26,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>it.tdlight</groupId>
|
<groupId>it.tdlight</groupId>
|
||||||
<artifactId>tdlight-java</artifactId>
|
<artifactId>tdlight-java</artifactId>
|
||||||
<version>2.7.8.37</version>
|
<version>2.7.8.38</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- TDLight natives -->
|
<!-- TDLight natives -->
|
||||||
|
@ -3,7 +3,7 @@ package it.tdlight.client;
|
|||||||
import it.tdlight.common.utils.ScannerUtils;
|
import it.tdlight.common.utils.ScannerUtils;
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
|
|
||||||
final class ConsoleInteractiveAuthenticationData implements AuthenticationData {
|
public final class ConsoleInteractiveAuthenticationData implements AuthenticationData {
|
||||||
|
|
||||||
private static final Object LOCK = new Object();
|
private static final Object LOCK = new Object();
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ final class ConsoleInteractiveAuthenticationData implements AuthenticationData {
|
|||||||
private String botToken;
|
private String botToken;
|
||||||
private long phoneNumber;
|
private long phoneNumber;
|
||||||
|
|
||||||
public ConsoleInteractiveAuthenticationData() {
|
ConsoleInteractiveAuthenticationData() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user