Skip to content

Commit 3eab57d

Browse files
committed
Remove var
1 parent 7a6b0c6 commit 3eab57d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tdlight-java/src/main/java/it/tdlight/client/SimpleTelegramClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public final class SimpleTelegramClient implements Authenticable, MutableTelegra
9292
this.addUpdateHandler(TdApi.UpdateAuthorizationState.class,
9393
new AuthorizationStateWaitAuthenticationDataHandler(client, this, this::handleDefaultException)
9494
);
95-
var updateHandlerInteraction = new SimpleTelegramClientInteraction();
95+
SimpleTelegramClientInteraction updateHandlerInteraction = new SimpleTelegramClientInteraction();
9696
this.addUpdateHandler(TdApi.UpdateAuthorizationState.class, new AuthorizationStateWaitRegistrationHandler(client,
9797
updateHandlerInteraction,
9898
this::handleDefaultException

0 commit comments

Comments
 (0)