Fixed type-unsafety and deprecation bits.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4247 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
package com.threerings.crowd.data;
|
||||
|
||||
import com.threerings.crowd.client.JabberController;
|
||||
import com.threerings.crowd.client.PlaceController;
|
||||
import com.threerings.crowd.data.PlaceConfig;
|
||||
|
||||
/**
|
||||
@@ -12,9 +13,9 @@ import com.threerings.crowd.data.PlaceConfig;
|
||||
public class JabberConfig extends PlaceConfig
|
||||
{
|
||||
// documentation inherited
|
||||
public Class getControllerClass ()
|
||||
public PlaceController createController ()
|
||||
{
|
||||
return JabberController.class;
|
||||
return new JabberController();
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
|
||||
Reference in New Issue
Block a user