From 504ca816530efdff06bc202e0432ebd354aec304 Mon Sep 17 00:00:00 2001 From: EVE Date: Tue, 14 Mar 2017 12:07:14 -0400 Subject: Cleanup --- .../src/main/java/bjc/utils/exceptions/FileNotChosenException.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 d70b5bd..c60d95c 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/exceptions/FileNotChosenException.java +++ b/BJC-Utils2/src/main/java/bjc/utils/exceptions/FileNotChosenException.java @@ -4,7 +4,7 @@ import java.io.IOException; /** * Represents the user failing to choose a file. - * + * * @author ben * */ @@ -21,7 +21,7 @@ public class FileNotChosenException extends IOException { /** * Create a new exception with the given cause - * + * * @param cause * The cause of why the exception was thrown */ -- cgit v1.2.3