From 600fe404d560db64d6b3fb6fc4c5cf1e0db218b3 Mon Sep 17 00:00:00 2001 From: Vikramb987 <47336882+Vikramb987@users.noreply.github.com> Date: Mon, 25 Feb 2019 07:35:41 -0700 Subject: [PATCH] Update ShipWarfare.java somehow, the comment doesn't let me compile the file. --- src/ShipWarfare.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/ShipWarfare.java b/src/ShipWarfare.java index f2d948e..7866f63 100644 --- a/src/ShipWarfare.java +++ b/src/ShipWarfare.java @@ -2,13 +2,6 @@ import java.util.Scanner; import java.util.Random; import java.util.concurrent.TimeUnit; -/* - -Learned how to use the Time Unit Class from the following source: -Slim, and Lalith Verma. “How to Use TimeUnit in Java.” Stack Overflow, 8 Dec. 2017, stackoverflow.com/questions/47717633/how-to-use-timeunit-in-java. - -*/ - public class ShipWarfare extends Player { private int numOfPeasantShips = 0;