mirror of https://github.com/apache/cassandra
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:
parent
b054cf0245
commit
a5b14b7219
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue