From ce64c104ae2a7642f646e46dcebfbe22da376d7b Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 27 Feb 2015 14:12:53 +0100 Subject: Added comments --- Week4/src/oo15loipe/Loipe.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Week4/src/oo15loipe/Loipe.java') diff --git a/Week4/src/oo15loipe/Loipe.java b/Week4/src/oo15loipe/Loipe.java index ff034c0..4d87661 100644 --- a/Week4/src/oo15loipe/Loipe.java +++ b/Week4/src/oo15loipe/Loipe.java @@ -191,6 +191,9 @@ public class Loipe implements InfoLoipe { return start; } + /** + * We chose to have the man go back to the start when he has finished the loipe. + */ @Override public Punt stap() { if (path_pointer >= path.length) { -- cgit v1.2.3