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

View File

@ -18,7 +18,7 @@ import org.elasticsearch.license.plugin.LicensePlugin;
*/ */
public class WatcherF { 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.http.cors.enabled", "true");
System.setProperty("es.script.inline", "on"); System.setProperty("es.script.inline", "on");
System.setProperty("es.shield.enabled", "false"); System.setProperty("es.shield.enabled", "false");