diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-03-22 12:29:26 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2016-03-22 12:29:26 -0400 |
| commit | 7ed88d289b0bbc00b097e345dfac90208038cab3 (patch) | |
| tree | f9e047616595cf2c644752b39fc2a81c83c64f41 /BJC-Utils2/src/main/java/bjc/utils/gui | |
| parent | 01cb9f504c860bc1c037a44f3a76bf342a293d46 (diff) | |
General formatting changes
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. |
