Access this static method in a static way.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4928 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2008-01-31 21:26:37 +00:00
parent 80cbcdb396
commit 4f5d065405
@@ -56,7 +56,7 @@ public abstract class AbstractSignalHandler
*/
protected void hupReceived ()
{
log.info(_server.generateReport());
log.info(PresentsServer.generateReport());
}
protected PresentsServer _server;