Clean up some javadoc warnings

git-svn-id: https://zxing.googlecode.com/svn/trunk@165 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2008-02-05 21:56:03 +00:00
parent 18fabdbb50
commit 215372f92a

View file

@ -55,7 +55,6 @@
<!-- Only include the build script for now -->
<include name="rim/build.xml"/>
<include name="docs/**"/>
<exclude name="*.iml"/>
</zipfileset>
</zip>
</target>
@ -68,6 +67,12 @@
<pathelement location="javame/src"/>
<pathelement location="javase/src"/>
</sourcepath>
<classpath>
<pathelement location="${WTK-home}/lib/cldcapi11.jar"/>
<pathelement location="${WTK-home}/lib/midpapi20.jar"/>
<pathelement location="${WTK-home}/lib/mmapi.jar"/>
<pathelement location="${WTK-home}/lib/jsr234.jar"/>
</classpath>
</javadoc>
</target>