Skip to content

Commit

Permalink
Removed unused imports and fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubivashka authored and Ubivashka committed Aug 19, 2021
1 parent a858192 commit 60d833e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
public class EntryConfirmationStartEvent extends Event{
private final Integer userId;
private final Account linkedAccount;
private boolean isCancelled = false;

public EntryConfirmationStartEvent(Integer userId, Account linkedAccount) {
this.userId = userId;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package me.mastercapexd.auth.vk.commandhandler;

import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Random;
Expand Down

0 comments on commit 60d833e

Please sign in to comment.