Fixed javadoc typo.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1707 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: PresentsClient.java,v 1.36 2002/09/16 23:34:25 mdb Exp $
|
// $Id: PresentsClient.java,v 1.37 2002/09/18 01:10:27 shaper Exp $
|
||||||
|
|
||||||
package com.threerings.presents.server;
|
package com.threerings.presents.server;
|
||||||
|
|
||||||
@@ -347,7 +347,7 @@ public class PresentsClient
|
|||||||
*
|
*
|
||||||
* <p><em>Note:</em> This function will be called on the dobjmgr
|
* <p><em>Note:</em> This function will be called on the dobjmgr
|
||||||
* thread which means that object manipulations are OK, but client
|
* thread which means that object manipulations are OK, but client
|
||||||
* instance manipulations must done carefully.
|
* instance manipulations must be done carefully.
|
||||||
*/
|
*/
|
||||||
protected void populateBootstrapData (BootstrapData data)
|
protected void populateBootstrapData (BootstrapData data)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user