diff --git a/src/java/com/threerings/media/AbstractMedia.java b/src/java/com/threerings/media/AbstractMedia.java index 7024a72b1..d4b6cbb2e 100644 --- a/src/java/com/threerings/media/AbstractMedia.java +++ b/src/java/com/threerings/media/AbstractMedia.java @@ -1,5 +1,5 @@ // -// $Id: AbstractMedia.java,v 1.4 2002/11/14 00:07:35 ray Exp $ +// $Id: AbstractMedia.java,v 1.5 2002/11/20 05:32:51 mdb Exp $ package com.threerings.media; @@ -35,7 +35,10 @@ public abstract class AbstractMedia * Called periodically by this media's manager to give it * a chance to do its thing. * - * @param tickStamp the system time for this tick. + * @param tickStamp a time stamp associated with this tick. + * Note: this is not obtained from a call to {@link + * System#currentTimeMillis} and cannot be compared to timestamps + * obtained there from. */ public abstract void tick (long tickStamp);