summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/IconIndicator.java
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2009-11-02 18:25:43 +0800
committerChih-Chung Chang <chihchung@google.com>2009-11-03 11:59:05 +0800
commit271b3095b9f763421c0547109da9de774795072d (patch)
tree71c875e50fcfad9485a87cb13fc2344405f1e1bc /src/com/android/camera/IconIndicator.java
parent77c1cdc8f2cda250b1db842204efb49f87e094ae (diff)
downloadLegacyCamera-271b3095b9f763421c0547109da9de774795072d.zip
LegacyCamera-271b3095b9f763421c0547109da9de774795072d.tar.gz
LegacyCamera-271b3095b9f763421c0547109da9de774795072d.tar.bz2
Clean up and add comments for classes.
Diffstat (limited to 'src/com/android/camera/IconIndicator.java')
-rw-r--r--src/com/android/camera/IconIndicator.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/camera/IconIndicator.java b/src/com/android/camera/IconIndicator.java
index e3e16e2..cfb0a26 100644
--- a/src/com/android/camera/IconIndicator.java
+++ b/src/com/android/camera/IconIndicator.java
@@ -25,8 +25,8 @@ import android.widget.ImageView;
/**
* This class draws an icon which changes according to the mode. For example,
- * The flash icon can have on, off, and auto mode. The user calls
- * {@code setMode} to change the mode (and the icon).
+ * The flash icon can have on, off, and auto modes. The user can use
+ * {@link #setMode(String)} to change the mode (and the icon).
*/
public class IconIndicator extends ImageView {