summaryrefslogtreecommitdiff
path: root/sources/client/CalendarTableModel.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/client/CalendarTableModel.java')
-rw-r--r--sources/client/CalendarTableModel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/client/CalendarTableModel.java b/sources/client/CalendarTableModel.java
index 20e7967..f55ff58 100644
--- a/sources/client/CalendarTableModel.java
+++ b/sources/client/CalendarTableModel.java
@@ -13,7 +13,7 @@ import shared.remotecall.*;
/**
* This class defined the table model of the JTable of the main calendar client window. All table
* data and most of the table actions, like sorting or updating the content, go trough this class.
- * @author buetow
+ * @author Paul C. Buetow
*
*/
public final class CalendarTableModel extends AbstractTableModel {