fixed accidental commit

This commit is contained in:
Jeremy Long
2017-01-14 09:43:34 -05:00
parent 61866e9e76
commit 4cdfa804ee

View File

@@ -260,7 +260,7 @@ Copyright (c) 2012 - Jeremy Long
<configuration> <configuration>
<compilerArgument>-Xlint</compilerArgument> <compilerArgument>-Xlint</compilerArgument>
<showDeprecation>true</showDeprecation> <showDeprecation>true</showDeprecation>
<source>1.8</source> <source>1.6</source>
<target>1.6</target> <target>1.6</target>
</configuration> </configuration>
</plugin> </plugin>