Remove trailing whitespace/unused imports

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@908 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Dave Hoover
2010-04-07 20:32:04 +00:00
parent ec4b19e7c9
commit 9c8a3dda8d
4 changed files with 1 additions and 4 deletions
@@ -21,7 +21,6 @@
package com.threerings.micasa.lobby;
import javax.annotation.Generated;
import com.threerings.crowd.data.PlaceObject;
/**
@@ -21,7 +21,6 @@
package com.threerings.parlor.card.data;
import javax.annotation.Generated;
import com.threerings.parlor.game.data.GameObject;
/**
@@ -583,7 +583,7 @@ public class TableManager
/**
* Add the table to the lobby object, <b>after it has already been validated as being
* publishable</b>.
* publishable</b>.
*/
protected void addTableToLobby (Table table)
{
@@ -21,7 +21,6 @@
package com.threerings.whirled.data;
import javax.annotation.Generated;
import com.threerings.crowd.data.PlaceObject;
public class SceneObject extends PlaceObject