Added docstrings to classes

Tags: #docs
This commit is contained in:
Michael Rausch
2017-03-08 23:02:45 +13:00
parent d3b71c21e5
commit d33a88d313
5 changed files with 16 additions and 1 deletions
+4
View File
@@ -3,6 +3,10 @@ package seng302;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* Event class containing the time of specific event, related team/boat, and
* event location such as leg.
*/
public class Event {
private long time; // Time the event occurs