Remove -Xlint:-serial, the crazy exceptions are now gone

This commit is contained in:
Robert Muir 2015-09-22 20:51:11 -04:00
parent 689af1a6d6
commit 6ab39c2e25

View File

@ -18,7 +18,7 @@
<elasticsearch.plugin.classname>org.elasticsearch.script.expression.ExpressionPlugin</elasticsearch.plugin.classname>
<tests.rest.suite>lang_expression</tests.rest.suite>
<tests.rest.load_packaged>false</tests.rest.load_packaged>
<xlint.options>-Xlint:-rawtypes,-serial</xlint.options>
<xlint.options>-Xlint:-rawtypes</xlint.options>
</properties>
<dependencies>