diff options
| author | Paul Buetow <paul@buetow.org> | 2009-02-23 17:12:36 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2009-02-23 17:12:36 +0000 |
| commit | ba46e76e7376fc94919933d16c3c5cf4a7beae4a (patch) | |
| tree | d3b5959b2637f01ecbabbc75bb2798c74af2da5b /sources/server | |
| parent | c83d9c9c92af88cb5a11fa3ade4138cfe526a3c9 (diff) | |
author buetow => author Paul C. Buetow
Diffstat (limited to 'sources/server')
| -rw-r--r-- | sources/server/CalendarDatabase.java | 2 | ||||
| -rw-r--r-- | sources/server/CalendarFormatParser.java | 2 | ||||
| -rw-r--r-- | sources/server/NetCalendarServer.java | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sources/server/CalendarDatabase.java b/sources/server/CalendarDatabase.java index 0e37d0d..f277a06 100644 --- a/sources/server/CalendarDatabase.java +++ b/sources/server/CalendarDatabase.java @@ -12,7 +12,7 @@ import shared.remotecall.*; /** * A object of this class encapsulates the whole calendar database on the server side. * This class is used for getting/modifying and adding/removing of calendar events. - * @author buetow + * @author Paul C. Buetow * */ public final class CalendarDatabase { diff --git a/sources/server/CalendarFormatParser.java b/sources/server/CalendarFormatParser.java index 852fd73..a1f3cb0 100644 --- a/sources/server/CalendarFormatParser.java +++ b/sources/server/CalendarFormatParser.java @@ -20,7 +20,7 @@ import shared.*; * memory. Then, the CalendarDatabase class can be used to access the database. * Each calendar category has its own file. In each file all the calendar events of the * specific categories are stored. - * @author buetow + * @author Paul C. Buetow * */ public final class CalendarFormatParser { diff --git a/sources/server/NetCalendarServer.java b/sources/server/NetCalendarServer.java index 6fe6f74..a8e4e99 100644 --- a/sources/server/NetCalendarServer.java +++ b/sources/server/NetCalendarServer.java @@ -19,7 +19,7 @@ import shared.remotecall.*; /** * This is the main class of the server part of the netcalendar suite. * It contains the server socket part and hold a references to the calendar database. - * @author buetow + * @author Paul C. Buetow */ public class NetCalendarServer extends Thread { private int iPort; |
