jsvc actually wants the method to be named init, not load (contrary to what their docs state in at least one place)

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@761346 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2009-04-02 17:07:54 +00:00
parent b054cf0245
commit a5b14b7219
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class CassandraDaemon
}
/** hook for JSVC */
public void load(String[] args) throws IOException, TTransportException
public void init(String[] args) throws IOException, TTransportException
{
setup();
}