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:
@@ -47,9 +47,6 @@ public class LifecycleManager
|
|||||||
{
|
{
|
||||||
/** Called after dependencies have been fully resolved to initialize this component. */
|
/** Called after dependencies have been fully resolved to initialize this component. */
|
||||||
public void init ();
|
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. */
|
/** An interface implemented by components which wish to participate in the lifecycle. */
|
||||||
|
|||||||
Reference in New Issue
Block a user