From df94066e3af02ff02d5ab4d033a3d603f743234c Mon Sep 17 00:00:00 2001 From: bjculkin Date: Mon, 12 Feb 2018 22:45:04 -0500 Subject: Formatting pass --- 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 501da5d..44bef61 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