Gjør noen variabler final som kan være final

This commit is contained in:
Kristian Knarvik 2020-05-07 19:12:57 +02:00
parent 7b3b653b6a
commit 79a774993b
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ import java.util.Set;
public class IPAddressScreen extends AbstractScreen {
private final RoboRallyWrapper roboRallyWrapper;
private TextField textInput;
private final TextField textInput;
/**
* Instantiates a new ip address screen

View File

@ -20,7 +20,7 @@ import java.util.concurrent.TimeUnit;
public class UsernameScreen extends AbstractScreen {
private final RoboRallyWrapper roboRallyWrapper;
private TextField textInput;
private final TextField textInput;
/**
* Instantiates a new username screen