Fixed javadoc typo
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5408 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -23,7 +23,6 @@ package com.threerings.bureau.server;
|
|||||||
|
|
||||||
import com.threerings.util.Name;
|
import com.threerings.util.Name;
|
||||||
|
|
||||||
import com.threerings.presents.data.ClientObject;
|
|
||||||
import com.threerings.presents.net.AuthRequest;
|
import com.threerings.presents.net.AuthRequest;
|
||||||
import com.threerings.presents.server.ClientFactory;
|
import com.threerings.presents.server.ClientFactory;
|
||||||
import com.threerings.presents.server.ClientResolver;
|
import com.threerings.presents.server.ClientResolver;
|
||||||
@@ -34,7 +33,7 @@ import com.threerings.bureau.data.BureauCredentials;
|
|||||||
/**
|
/**
|
||||||
* Handles resolution of bureaus and passes non-bureau resolution requests through to a normal
|
* Handles resolution of bureaus and passes non-bureau resolution requests through to a normal
|
||||||
* factory. For bureaus, creates base class instances {@link PresentsClient} and
|
* factory. For bureaus, creates base class instances {@link PresentsClient} and
|
||||||
* {@link ClientObject}.
|
* {@link ClientResolver}.
|
||||||
* @see BureauRegistry#setDefaultClientFactory()
|
* @see BureauRegistry#setDefaultClientFactory()
|
||||||
*/
|
*/
|
||||||
public class BureauClientFactory implements ClientFactory
|
public class BureauClientFactory implements ClientFactory
|
||||||
|
|||||||
Reference in New Issue
Block a user