summaryrefslogtreecommitdiff
path: root/sources/server/CalendarFormatParser.java
diff options
context:
space:
mode:
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 {