1
0
mirror of https://github.com/inf112-v20/Fiasko.git synced 2025-03-02 08:09:47 +01:00

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
src/main/java/inf112/fiasko/roborally/ui/screens

@ -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

@ -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