mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-12-08 20:08:45 +01:00
Legger til final på variabler som ikke endres
This commit is contained in:
@@ -5,8 +5,8 @@ package inf112.fiasko.roborally.element_properties;
|
||||
*/
|
||||
public class Position {
|
||||
|
||||
private int xCoordinate;
|
||||
private int yCoordinate;
|
||||
private final int xCoordinate;
|
||||
private final int yCoordinate;
|
||||
|
||||
/**
|
||||
* Initializes the position
|
||||
|
||||
Reference in New Issue
Block a user