summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/Camera.java
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2009-11-02 15:06:36 +0800
committerChih-Chung Chang <chihchung@google.com>2009-11-02 15:57:08 +0800
commit77c1cdc8f2cda250b1db842204efb49f87e094ae (patch)
tree775c4f18125c7f7c9cd29e576ab41345c85c9ce7 /src/com/android/camera/Camera.java
parent3f1947b04f2764b81e30cfde38468c4224f5035f (diff)
downloadLegacyCamera-77c1cdc8f2cda250b1db842204efb49f87e094ae.zip
LegacyCamera-77c1cdc8f2cda250b1db842204efb49f87e094ae.tar.gz
LegacyCamera-77c1cdc8f2cda250b1db842204efb49f87e094ae.tar.bz2
Clean up and add comments for classes.
Diffstat (limited to 'src/com/android/camera/Camera.java')
-rw-r--r--src/com/android/camera/Camera.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/android/camera/Camera.java b/src/com/android/camera/Camera.java
index 835bb89..c266507 100644
--- a/src/com/android/camera/Camera.java
+++ b/src/com/android/camera/Camera.java
@@ -1674,9 +1674,9 @@ public class Camera extends NoSearchActivity implements View.OnClickListener,
mParameters.setSceneMode(sceneMode);
mCameraDevice.setParameters(mParameters);
- // Setting scene mode will change the settings of flash mode, white
- // balance, and focus mode. So read back here, so that we know
- // what're the settings
+ // Setting scene mode will change the settings of flash mode,
+ // white balance, and focus mode. Here we read back the
+ // parameters, so we can know those settings.
mParameters = mCameraDevice.getParameters();
}
} else {