Javadoc tidying up.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3725 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-10-08 22:21:19 +00:00
parent 0351fa6ddc
commit dd2468b140
8 changed files with 19 additions and 16 deletions
@@ -30,11 +30,11 @@ package com.threerings.presents.net;
*/
public class AuthResponse extends DownstreamMessage
{
/** Auxilliary authentication data to be communicated to the {@link
* PresentsClient} once a session is started. This is a means by which
* the <code>Authenticator</code> can pass information loaded from,
* say, an authentication database into the runtime system to be used,
* for example for permissions. */
/** Auxilliary authentication data to be communicated to the <code>
* PresentsClient</code> once a session is started. This is a means by
* which the <code>Authenticator</code> can pass information loaded from,
* say, an authentication database into the runtime system to be used, for
* example for permissions. */
public transient Object authdata;
/**