From 27bf571d6413c3cc6a5d664b5bddd38d21d7b1cd Mon Sep 17 00:00:00 2001 From: EVE Date: Mon, 13 Mar 2017 16:42:21 -0400 Subject: Formatting --- .../src/main/java/bjc/utils/exceptions/FileNotChosenException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BJC-Utils2/src/main/java/bjc/utils/exceptions/FileNotChosenException.java') diff --git a/BJC-Utils2/src/main/java/bjc/utils/exceptions/FileNotChosenException.java b/BJC-Utils2/src/main/java/bjc/utils/exceptions/FileNotChosenException.java index 1fb3dc4..d70b5bd 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/exceptions/FileNotChosenException.java +++ b/BJC-Utils2/src/main/java/bjc/utils/exceptions/FileNotChosenException.java @@ -23,7 +23,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(String cause) { super(cause); -- cgit v1.2.3