From b563959a4f79f7446e60d96b319ebaf00b5a90b0 Mon Sep 17 00:00:00 2001 From: Brandon Date: Tue, 20 Sep 2016 01:02:07 -0400 Subject: [PATCH] "first commit." --- src/main/java/edu/toronto/csc301/util/Helpers.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/edu/toronto/csc301/util/Helpers.java b/src/main/java/edu/toronto/csc301/util/Helpers.java index 818d326..56633d0 100644 --- a/src/main/java/edu/toronto/csc301/util/Helpers.java +++ b/src/main/java/edu/toronto/csc301/util/Helpers.java @@ -29,7 +29,7 @@ public class Helpers { * it works well for our special use case - We use Unit Tests to specify * to students which classes we expect them to create. * - * @param className The full name of the class (including the package) + * @param className The full name of the class (including the package). * * @return A new instance */