mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 14:26:27 +00:00
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…
x
Reference in New Issue
Block a user