Styley stylopolis.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5252 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -32,7 +32,7 @@ import com.threerings.presents.net.AuthRequest;
|
||||
public interface ClientFactory
|
||||
{
|
||||
/** The default client factory. */
|
||||
public static ClientFactory DEFAULT = new ClientFactory () {
|
||||
public static ClientFactory DEFAULT = new ClientFactory() {
|
||||
public Class<? extends PresentsClient> getClientClass (AuthRequest areq) {
|
||||
return PresentsClient.class;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user