We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b17676 commit 082ba58Copy full SHA for 082ba58
src/main/java/screens/user_registration_screen/UserVerificationScreen.java
@@ -8,8 +8,7 @@
8
import java.awt.event.ActionListener;
9
10
public class UserVerificationScreen implements UserExistsOutputBoundary, ActionListener {
11
- private String verificationCode;
12
- private JTextField verText = new JTextField(20);
+ private final JTextField verText = new JTextField(20);
13
private final UserVerificationInputBoundary verificationInputBoundary;
14
15
public UserVerificationScreen(UserVerificationInputBoundary verificationInputBoundary) {
0 commit comments