From 2942744ae3711a0ea657ea01d9d2de8afebc286f Mon Sep 17 00:00:00 2001 From: charles Date: Wed, 23 May 2012 21:45:57 -0700 Subject: [PATCH] Making documentation more ASDoc-friendly --- src/com/adobe/date/RelativeDate.as | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/com/adobe/date/RelativeDate.as b/src/com/adobe/date/RelativeDate.as index 1cb2262..5011986 100644 --- a/src/com/adobe/date/RelativeDate.as +++ b/src/com/adobe/date/RelativeDate.as @@ -7,9 +7,7 @@ package com.adobe.date * the difference in time from two different dates (e.g. "just now" * or "2 hours ago" or "13 minutes from now"). * - * @author Charles Bihis (charles@whoischarles.com) - * @langversion ActionScript 3.0 - * @playerversion Flash 10.0 + * @author Charles Bihis (www.whoischarles.com) */ public class RelativeDate {