summaryrefslogtreecommitdiff
path: root/sources/client/CalendarTableModel.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2009-02-23 17:12:36 +0000
committerPaul Buetow <paul@buetow.org>2009-02-23 17:12:36 +0000
commitba46e76e7376fc94919933d16c3c5cf4a7beae4a (patch)
treed3b5959b2637f01ecbabbc75bb2798c74af2da5b /sources/client/CalendarTableModel.java
parentc83d9c9c92af88cb5a11fa3ade4138cfe526a3c9 (diff)
author buetow => author Paul C. Buetow
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 {