Fix compilation... forgot to 'mvn clean'

This commit is contained in:
Robert Muir 2015-08-21 11:11:47 -04:00
parent 2ecf9af71d
commit 5002f3b5ac

View File

@ -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);
}
}