fix WatcherF compile error

Original commit: elastic/x-pack-elasticsearch@a8383fa2bb
This commit is contained in:
jaymode 2015-08-03 07:10:09 -04:00
parent 462d1b335f
commit 77eb27001b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import org.elasticsearch.license.plugin.LicensePlugin;
*/
public class WatcherF {
public static void main(String[] args) {
public static void main(String[] args) throws Throwable {
System.setProperty("es.http.cors.enabled", "true");
System.setProperty("es.script.inline", "on");
System.setProperty("es.shield.enabled", "false");