Oops, nix duplicated method.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5803 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-05-27 18:38:44 +00:00
parent 0a20b36c8e
commit d855eb184a
@@ -47,9 +47,6 @@ public class LifecycleManager
{
/** Called after dependencies have been fully resolved to initialize this component. */
public void init ();
/** Called when the server is shutting down. */
public void shutdown ();
}
/** An interface implemented by components which wish to participate in the lifecycle. */