From a638a4a4095ad6aeb30edc97f178dd3568bfb379 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Thu, 22 Oct 2020 16:50:05 +0700 Subject: [PATCH] Excessive comment, whops --- Week8/Assignment8/src/partB/Replace.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week8/Assignment8/src/partB/Replace.java b/Week8/Assignment8/src/partB/Replace.java index 6e779fa..0a4087d 100644 --- a/Week8/Assignment8/src/partB/Replace.java +++ b/Week8/Assignment8/src/partB/Replace.java @@ -16,7 +16,7 @@ public class Replace { return; //If a is a null pointer, return immediately to prevent a NullPointerException } //NOTE: return; (a return statement without a return value) in a method with no return type will break out of the method. - for(int i = 0;i