mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 11:47:26 -08:00
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:
parent
2d15ccf5b5
commit
7011f4fcfc
|
@ -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>
|
||||
*
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue