Fix compilation... forgot to 'mvn clean'
This commit is contained in:
parent
2ecf9af71d
commit
5002f3b5ac
|
@ -24,7 +24,7 @@ package org.elasticsearch.bootstrap;
|
|||
*/
|
||||
public class Elasticsearch extends Bootstrap {
|
||||
|
||||
public static void main(String[] args) throws Throwable {
|
||||
public static void main(String[] args) throws StartupError {
|
||||
Bootstrap.main(args);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue