Skip to content
Snippets Groups Projects
Commit 6e4fddf6 authored by ousseyn01's avatar ousseyn01
Browse files

The position of Mountain is final

parent a01ad996
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ package model;
import util.Position;
public class Mountain {
private Position position;
private final Position position;
public Mountain(Position position) {
this.position = position;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment