I don't see it as nanoseconds. Which version are u using?

Here is the function signature from trunk

 /**
     * @return the session's creation time in milliseconds
     */
    long getCreationTime();

The javadoc on http://mina.apache.org/report/trunk/apidocs/ also shows as millis

HTH
ashish

On Thu, Aug 26, 2010 at 5:46 PM, Guy Itzhaki <[email protected]> wrote:
> Dear mina team and users,
>
>
>
> According to the session.getCreationTime() java doc the method returns
> the session's creation time in nanoseconds, however I dig in and found
> out that the creation time is actually in milli (which is great as I can
> create Date using milli and not using nano)
>
>
>
> Can you approve that the actual implementation (returning milli) is the
> correct one?
>
> (In this case I would recommend you update the java doc accordingly)
>
>
>
> Thank you very much,
>
> Guy

Reply via email to