Those are on me, not PlaceManager

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5447 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2008-10-15 18:58:26 +00:00
parent de6558a25b
commit 27b52ccb87
@@ -108,11 +108,11 @@ public class PresentsServer
}
/** Legacy static reference to the main distributed object manager. Don't use this. If you're
* writing a game, use {@link PlaceManager#_omgr}. */
* writing a game, use {@link #_omgr}. */
@Deprecated public static PresentsDObjectMgr omgr;
/** Legacy static reference to the invocation manager. Don't use this. If you're
* writing a game, use {@link PlaceManager#_invmgr}. */
* writing a game, use {@link #_invmgr}. */
@Deprecated public static InvocationManager invmgr;
/**