summaryrefslogtreecommitdiff
path: root/sources/server/CalendarFormatParser.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/server/CalendarFormatParser.java
parentc83d9c9c92af88cb5a11fa3ade4138cfe526a3c9 (diff)
author buetow => author Paul C. Buetow
Diffstat (limited to 'sources/server/CalendarFormatParser.java')
-rw-r--r--sources/server/CalendarFormatParser.java2
1 files changed, 1 insertions, 1 deletions
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 {