Javadoc fixes plus svn keywords.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5407 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2008-10-01 17:35:59 +00:00
parent f4111247d7
commit f05b9eb9ae
7 changed files with 10 additions and 8 deletions
@@ -58,7 +58,7 @@ public class AgentObject extends DObject
* some other description that the bureau can use to load and execute the agent's code. */ * some other description that the bureau can use to load and execute the agent's code. */
public String code; public String code;
/** The main class within the code to use when launching an agent. Whther this value is /** The main class within the code to use when launching an agent. Whether this value is
* used depends on the type of bureau and will be resolve in the bureau client. */ * used depends on the type of bureau and will be resolve in the bureau client. */
public String className; public String className;
@@ -67,9 +67,10 @@ public class AgentObject extends DObject
public int clientOid; public int clientOid;
/** /**
* Returns a brief string that identifies this agent. Use this instead of {@link #toString} * Returns a brief string that identifies this agent. Use this instead of
* when you wish to report an agent object in a log message. * {@link Object#toString} when you wish to report an agent object in a log message.
*/ */
@Override
public String which () public String which ()
{ {
return "[bid=" + bureauId + ", type=" + bureauType + "]"; return "[bid=" + bureauId + ", type=" + bureauType + "]";
@@ -23,6 +23,7 @@ package com.threerings.bureau.server;
import com.threerings.util.Name; import com.threerings.util.Name;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.net.AuthRequest; import com.threerings.presents.net.AuthRequest;
import com.threerings.presents.server.ClientFactory; import com.threerings.presents.server.ClientFactory;
import com.threerings.presents.server.ClientResolver; import com.threerings.presents.server.ClientResolver;
@@ -1,5 +1,5 @@
// //
// $Id: DownstreamMessage.java 5090 2008-05-13 21:12:39Z andrzej $ // $Id$
// //
// Narya library - tools for developing networked games // Narya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
@@ -1,5 +1,5 @@
// //
// $Id: AuthRequest.java 4641 2007-03-31 02:35:49Z mdb $ // $Id$
// //
// Narya library - tools for developing networked games // Narya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
@@ -1,5 +1,5 @@
// //
// $Id: StreamableHashSet.java 4893 2007-12-03 21:07:34Z dhoover $ // $Id$
// //
// Narya library - tools for developing networked games // Narya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
@@ -1,5 +1,5 @@
// //
// $Id: JabberApp.java 3098 2004-08-27 02:12:55Z mdb $ // $Id$
// //
// Narya library - tools for developing networked games // Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
@@ -1,5 +1,5 @@
// //
// $Id: JabberClient.java 3283 2004-12-22 19:23:00Z ray $ // $Id$
// //
// Narya library - tools for developing networked games // Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved