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:
Walter Korman
2002-09-18 01:10:27 +00:00
parent 70b2f7f494
commit 4fa88cd501
@@ -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)
{ {