change lint settings and fix warnings

This commit is contained in:
nkzawa
2015-12-13 04:00:08 +09:00
parent 80cab59d04
commit 9cdf6c0bbd
4 changed files with 9 additions and 1 deletions

View File

@@ -105,6 +105,11 @@
<configuration>
<source>1.7</source>
<target>1.7</target>
<compilerArgs>
<arg>-Xlint:unchecked</arg>
</compilerArgs>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
<plugin>