From d258683759b4a55788c4ce6d7016c710dad1161f Mon Sep 17 00:00:00 2001
From: c23056305 <FernandesK3@cardiff.ac.uk>
Date: Mon, 6 May 2024 21:21:24 +0100
Subject: [PATCH] Adding post code UML

---
 src/main/java/com/cm6123/monopoly/game/Movement.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/com/cm6123/monopoly/game/Movement.java b/src/main/java/com/cm6123/monopoly/game/Movement.java
index fa82a12..73b6d5e 100644
--- a/src/main/java/com/cm6123/monopoly/game/Movement.java
+++ b/src/main/java/com/cm6123/monopoly/game/Movement.java
@@ -30,7 +30,7 @@ public class Movement {
         int diceResult = roll1 + roll2;
         System.out.println("You rolled " + diceResult);
 
-        // Get current player position
+        // Get current player position.
         int currentPosition = player.getPosition();
 
         // Calculate new position on the game board based on dice result
-- 
GitLab