summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2019-07-13 16:15:01 -0600
committermo <mo.khan@gmail.com>2019-07-13 16:15:01 -0600
commitf4e8b9c5544ec5a07b0ac29932186a6c95e6d679 (patch)
treec7ab44dd4da36cc04c571ba171eab0d0579b38e9 /src
parentaf94cd0bb7b8caf53ebd4ab0c470c6c145c26d7c (diff)
add header to WeekDay class
Diffstat (limited to 'src')
-rw-r--r--src/Q6/WeekDay.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Q6/WeekDay.java b/src/Q6/WeekDay.java
index 6ad3cbf..c74f1d0 100644
--- a/src/Q6/WeekDay.java
+++ b/src/Q6/WeekDay.java
@@ -1,3 +1,11 @@
+/**
+ * Assignment 2, COMP268 Class: WeekDay.java
+ *
+ * @description A class used to determine the week day for any given date.
+ * @author: mo khan Student ID: 3431709
+ * @date Jul 13, 2019
+ * @version 1.0
+ */
package Q6;
import java.util.*;