From d4ca769e542b2489b1e23cfcbdc3a0b7275b87cd Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Mon, 13 Apr 2020 18:40:41 -0400 Subject: Cleanup pass Cleanup pass to uniformize things --- base/src/main/java/bjc/utils/exceptions/FileNotChosenException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/src/main/java/bjc/utils/exceptions/FileNotChosenException.java') diff --git a/base/src/main/java/bjc/utils/exceptions/FileNotChosenException.java b/base/src/main/java/bjc/utils/exceptions/FileNotChosenException.java index 44bef61..dcd47de 100644 --- a/base/src/main/java/bjc/utils/exceptions/FileNotChosenException.java +++ b/base/src/main/java/bjc/utils/exceptions/FileNotChosenException.java @@ -20,7 +20,7 @@ public class FileNotChosenException extends IOException { * Create a new exception with the given cause. * * @param cause - * The cause of why the exception was thrown. + * The cause of why the exception was thrown. */ public FileNotChosenException(final String cause) { super(cause); -- cgit v1.2.3