diff options
Diffstat (limited to 'sources/client/helper/DateSpinner.java')
| -rw-r--r-- | sources/client/helper/DateSpinner.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/client/helper/DateSpinner.java b/sources/client/helper/DateSpinner.java index 3683bc2..ed5ada1 100644 --- a/sources/client/helper/DateSpinner.java +++ b/sources/client/helper/DateSpinner.java @@ -13,7 +13,7 @@ import javax.swing.*; /** * This helper class helps to create a date spinner to edit Date objects. - * @author buetow + * @author Paul C. Buetow */ public class DateSpinner extends JComponent { private final static long serialVersionUID = 1L; |
