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:
Jamie Doornbos
2008-10-01 22:45:57 +00:00
parent f05b9eb9ae
commit 5adcafcc64
@@ -23,7 +23,6 @@ package com.threerings.bureau.server;
import com.threerings.util.Name;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.net.AuthRequest;
import com.threerings.presents.server.ClientFactory;
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
* factory. For bureaus, creates base class instances {@link PresentsClient} and
* {@link ClientObject}.
* {@link ClientResolver}.
* @see BureauRegistry#setDefaultClientFactory()
*/
public class BureauClientFactory implements ClientFactory