diff options
Diffstat (limited to 'src/com/android')
-rw-r--r-- | src/com/android/camera/Camera.java | 4 | ||||
-rw-r--r-- | src/com/android/camera/VideoCamera.java | 4 | ||||
-rw-r--r-- | src/com/android/camera/gallery/DrmImageList.java | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/com/android/camera/Camera.java b/src/com/android/camera/Camera.java index 20fb20f..3aec9f2 100644 --- a/src/com/android/camera/Camera.java +++ b/src/com/android/camera/Camera.java @@ -1305,8 +1305,8 @@ public class Camera extends Activity implements View.OnClickListener, return; } - // The mCameraDevice will be null if it is fail to connect to the - // camera hardware. In this case we will show a dialog and then + // The mCameraDevice will be null if it is fail to connect to the + // camera hardware. In this case we will show a dialog and then // finish the activity, so it's OK to ignore it. if (mCameraDevice == null) return; diff --git a/src/com/android/camera/VideoCamera.java b/src/com/android/camera/VideoCamera.java index 6988b51..9aa72af 100644 --- a/src/com/android/camera/VideoCamera.java +++ b/src/com/android/camera/VideoCamera.java @@ -712,8 +712,8 @@ public class VideoCamera extends Activity implements View.OnClickListener, return; } - // The mCameraDevice will be null if it is fail to connect to the - // camera hardware. In this case we will show a dialog and then + // The mCameraDevice will be null if it is fail to connect to the + // camera hardware. In this case we will show a dialog and then // finish the activity, so it's OK to ignore it. if (mCameraDevice == null) return; diff --git a/src/com/android/camera/gallery/DrmImageList.java b/src/com/android/camera/gallery/DrmImageList.java index e30941d..4ff9057 100644 --- a/src/com/android/camera/gallery/DrmImageList.java +++ b/src/com/android/camera/gallery/DrmImageList.java @@ -48,7 +48,7 @@ public class DrmImageList extends ImageList implements IImageList { // We have no date information in DrmStore, so we just sort by _id. return "_id ASC"; } - + @Override protected Cursor createCursor() { return mContentResolver.query( |