summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2010-02-26 15:04:55 +0800
committerWu-cheng Li <wuchengli@google.com>2010-02-26 15:04:55 +0800
commit0402e7da70715c96af90aa95c16d1bedc5199645 (patch)
tree40aabf1d33647e2cd2ea3dd37998f40ae7845231 /core
parent24b326a8978bf78e3e560723dde221792784325b (diff)
downloadframeworks_base-0402e7da70715c96af90aa95c16d1bedc5199645.zip
frameworks_base-0402e7da70715c96af90aa95c16d1bedc5199645.tar.gz
frameworks_base-0402e7da70715c96af90aa95c16d1bedc5199645.tar.bz2
Fix SDK build.
Diffstat (limited to 'core')
-rw-r--r--core/java/android/hardware/Camera.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/hardware/Camera.java b/core/java/android/hardware/Camera.java
index 08e5e8d..da5fa49 100644
--- a/core/java/android/hardware/Camera.java
+++ b/core/java/android/hardware/Camera.java
@@ -1560,8 +1560,8 @@ public class Camera {
/**
* Sets the exposure compensation index.
*
- * @param value. The valid value range is from {@link
- * #getMinExposureCompensation} (inclusive) to {@link
+ * @param value exposure compensation index. The valid value range is
+ * from {@link #getMinExposureCompensation} (inclusive) to {@link
* #getMaxExposureCompensation} (inclusive). 0 means exposure is
* not adjusted. Application should call
* getMinExposureCompensation and getMaxExposureCompensation to