diff options
| author | EVE <EVE@EVE-PC> | 2017-03-14 12:07:14 -0400 |
|---|---|---|
| committer | EVE <EVE@EVE-PC> | 2017-03-14 12:07:14 -0400 |
| commit | 504ca816530efdff06bc202e0432ebd354aec304 (patch) | |
| tree | 4836932fb81d1d625470502c78c94d202c9a7420 /BJC-Utils2/src/main/java/bjc/utils/exceptions/FileNotChosenException.java | |
| parent | 5c1163df17c46f7d3e15b6c7949c38843ec56146 (diff) | |
Cleanup
Diffstat (limited to 'BJC-Utils2/src/main/java/bjc/utils/exceptions/FileNotChosenException.java')
| -rw-r--r-- | BJC-Utils2/src/main/java/bjc/utils/exceptions/FileNotChosenException.java | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |
