diff options
Diffstat (limited to 'BJC-Utils2/src/main/java/bjc/utils/gui')
| -rw-r--r-- | BJC-Utils2/src/main/java/bjc/utils/gui/SimpleDialogs.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/BJC-Utils2/src/main/java/bjc/utils/gui/SimpleDialogs.java b/BJC-Utils2/src/main/java/bjc/utils/gui/SimpleDialogs.java index f18378e..c85a86e 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/gui/SimpleDialogs.java +++ b/BJC-Utils2/src/main/java/bjc/utils/gui/SimpleDialogs.java @@ -140,7 +140,9 @@ public class SimpleDialogs { /** * Get a value parsable from a string from the user. - * @param <E> The type of the value parsed from the string + * + * @param <E> + * The type of the value parsed from the string * * @param parent * The parent component for dialogs. |
