New and improved lint removal.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4438 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-10-26 23:00:20 +00:00
parent 9437211e40
commit 35082bbaca
6 changed files with 22 additions and 1 deletions
@@ -116,6 +116,7 @@ public abstract class PlaceController extends Controller
*
* @deprecated Use {@link #createPlaceView(CrowdContext)}.
*/
@Deprecated
protected PlaceView createPlaceView ()
{
return null;
@@ -50,6 +50,7 @@ public abstract class PlaceConfig extends SimpleStreamableObject
*
* @deprecated Override {@link #createController} directly.
*/
@Deprecated
public Class getControllerClass ()
{
return null;
@@ -89,6 +89,7 @@ public class PlaceManager
* @deprecated Use dynamically bound methods instead. See {@link
* DynamicListener}.
*/
@Deprecated
public static interface MessageHandler
{
/**
@@ -326,6 +327,7 @@ public class PlaceManager
* @deprecated Use dynamically bound methods instead. See {@link
* DynamicListener}.
*/
@Deprecated
public void registerMessageHandler (String name, MessageHandler handler)
{
// create our handler map if necessary
@@ -441,6 +443,7 @@ public class PlaceManager
/**
* @deprecated Use {@link #createPlaceObject}.
*/
@Deprecated
protected Class<? extends PlaceObject> getPlaceObjectClass ()
{
return PlaceObject.class;