File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 3030 <target name =" compile" depends =" init"
3131 description =" compile the source" >
3232 <!-- Compile the Java code from ${src} into ${bin} -->
33- <javac srcdir =" ${ src } " destdir =" ${ bin } " includeantruntime =" false" />
33+ <javac srcdir =" ${ src } " destdir =" ${ bin } " includeantruntime =" false" >
34+ <!--
35+ <compilerarg value="-Xlint:unchecked"/>
36+ -->
37+ </javac >
3438 <!-- Compile the JUnit tests from ${testsrc} into ${testbin} -->
3539 <javac srcdir =" ${ testsrc } " destdir =" ${ testbin } " classpath =" ${ junit } ;${ bin } " includeantruntime =" false" />
3640 </target >
8185 overview=" src/overview.html"
8286 author=" false"
8387 version=" false" >
84- <bottom ><![CDATA[ Copyright © 2005-2018 Vincent A. Cicirello. <a href=\"https://www.cicirello.org/\" target=_top>https://www.cicirello.org/</a>]]> </bottom >
88+ <bottom ><![CDATA[ Copyright © 2005-2019 Vincent A. Cicirello. <a href=\"https://www.cicirello.org/\" target=_top>https://www.cicirello.org/</a>]]> </bottom >
8589 </javadoc >
8690 </target >
8791
You can’t perform that action at this time.
0 commit comments