From ba46e76e7376fc94919933d16c3c5cf4a7beae4a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 23 Feb 2009 17:12:36 +0000 Subject: author buetow => author Paul C. Buetow --- sources/client/CalendarTableModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/client/CalendarTableModel.java') 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 { -- cgit v1.2.3