From 0fe7c937457c42abaacff3b869d2d3cb99881c1a Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 1 May 2009 21:02:09 +0000 Subject: [PATCH] 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 --- src/java/com/threerings/parlor/server/TableManager.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/java/com/threerings/parlor/server/TableManager.java b/src/java/com/threerings/parlor/server/TableManager.java index a85912f9..3cff429d 100644 --- a/src/java/com/threerings/parlor/server/TableManager.java +++ b/src/java/com/threerings/parlor/server/TableManager.java @@ -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)) {