From 9572a8464de083c6aa8d3ba71f29b84a8acc0cef Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Tue, 30 Nov 2010 01:22:59 +0000 Subject: [PATCH] Didn't end up injecting these after all. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6310 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../java/com/threerings/crowd/server/PlaceManager.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/threerings/crowd/server/PlaceManager.java b/src/main/java/com/threerings/crowd/server/PlaceManager.java index 09e8668be..a3d1802ad 100644 --- a/src/main/java/com/threerings/crowd/server/PlaceManager.java +++ b/src/main/java/com/threerings/crowd/server/PlaceManager.java @@ -778,16 +778,16 @@ public class PlaceManager @Inject protected Injector _injector; /** A reference to the place registry with which we're registered. */ - @Inject protected PlaceRegistry _registry; + protected PlaceRegistry _registry; /** The invocation manager with whom we register our game invocation services. */ - @Inject protected InvocationManager _invmgr; + protected InvocationManager _invmgr; /** A distributed object manager for doing dobj stuff. */ - @Inject protected RootDObjectManager _omgr; + protected RootDObjectManager _omgr; /** Used to look up body objects by name. */ - @Inject protected BodyLocator _locator; + protected BodyLocator _locator; /** A reference to the place object that we manage. */ protected PlaceObject _plobj;