diff options
| author | Narayan Kamath <narayan@google.com> | 2016-01-08 09:36:14 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-01-08 09:36:14 +0000 |
| commit | a909dad0c36542ffbc155f98b4eb054921b1bbd0 (patch) | |
| tree | fabd08d67c35e86865ad774745a812b7d59a00ee /core/java/android | |
| parent | 9aeb6edf5518a839156de7aab808a75a8fd6843b (diff) | |
| parent | 0fa4914484e1af503fe97f3869aadf5273c46e8a (diff) | |
Merge "Trivial correction of Camera2 API description"
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/hardware/camera2/CameraDevice.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/hardware/camera2/CameraDevice.java b/core/java/android/hardware/camera2/CameraDevice.java index 8f45f72de6e2..852a4d9fd015 100644 --- a/core/java/android/hardware/camera2/CameraDevice.java +++ b/core/java/android/hardware/camera2/CameraDevice.java @@ -168,7 +168,7 @@ public abstract class CameraDevice implements AutoCloseable { * <p>The active capture session determines the set of potential output Surfaces for * the camera device for each capture request. A given request may use all * or only some of the outputs. Once the CameraCaptureSession is created, requests can be - * can be submitted with {@link CameraCaptureSession#capture capture}, + * submitted with {@link CameraCaptureSession#capture capture}, * {@link CameraCaptureSession#captureBurst captureBurst}, * {@link CameraCaptureSession#setRepeatingRequest setRepeatingRequest}, or * {@link CameraCaptureSession#setRepeatingBurst setRepeatingBurst}.</p> |
