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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user