From 4c555281988424a83b004c06a3f85e60d1c9fc6e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 26 Feb 2015 17:45:59 +0100 Subject: Finished week 4 --- Week4/src/oo15loipe/Fragment.java | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Week4/src/oo15loipe/Fragment.java') diff --git a/Week4/src/oo15loipe/Fragment.java b/Week4/src/oo15loipe/Fragment.java index ba488fe..a4668da 100644 --- a/Week4/src/oo15loipe/Fragment.java +++ b/Week4/src/oo15loipe/Fragment.java @@ -1,11 +1,8 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ package oo15loipe; + /** * enum to describe a fragment of path by its direction (or as a crossing) - * @author theijligenberg + * + * @author Thijs Heijligenberg, s4451414, Camil Staps, s4498062 */ public enum Fragment {NZ, OW, NO,NW, ZO, ZW, KR}; -- cgit v1.2.3