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. */
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. */
public String className;
@@ -67,9 +67,10 @@ public class AgentObject extends DObject
public int clientOid;
/**
* Returns a brief string that identifies this agent. Use this instead of {@link #toString}
* when you wish to report an agent object in a log message.
* Returns a brief string that identifies this agent. Use this instead of
* {@link Object#toString} when you wish to report an agent object in a log message.
*/
@Override
public String which ()
{
return "[bid=" + bureauId + ", type=" + bureauType + "]";