Two javadoc-related typo fixes before release

git-svn-id: https://zxing.googlecode.com/svn/trunk@2408 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2012-09-14 09:05:49 +00:00
parent 2d15ccf5b5
commit 7011f4fcfc
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ import java.util.TreeMap;
/**
* <p>Sometimes the application wants to access advanced functionality exposed by Android APIs that are only available
* in later versions of the platform. While {@link Build.VERSION} can be used to determine the device's API level
* in later versions of the platform. While {@code Build.VERSION} can be used to determine the device's API level
* and alter behavior accordingly, and it is possible to write code that uses both old and new APIs selectively,
* such code would fail to load on older devices that do not have the new API methods.</p>
*

View file

@ -77,7 +77,7 @@
<pathelement location="zxingorg/src"/>
</sourcepath>
<classpath>
<pathelement location="${android-home}/platforms/android-15/android.jar"/>
<pathelement location="${android-home}/platforms/android-16/android.jar"/>
<pathelement location="${tomcat-home}/lib/servlet-api.jar"/>
<fileset dir="zxingorg/web/WEB-INF/lib">
<include name="*.jar"/>