Update comment and throws based on what I ended up going with.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@833 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2009-05-01 21:02:09 +00:00
parent cfe2e3126a
commit 0fe7c93745
@@ -334,11 +334,10 @@ public class TableManager
}
/**
* Puts a newly created table into our internal tables and publishes it to the lobby object.
* Can also be overridden by custom managers that want to react to table creation.
* Publishes a newly created table to the lobby object. Can also be overridden by custom
* managers that want to react to table creation.
*/
protected void tableCreated (Table table)
throws InvocationException
{
// publish the table in the lobby object if desired
if (shouldPublish(table)) {