summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware
diff options
context:
space:
mode:
authorZhijun He <zhijunhe@google.com>2013-10-07 14:35:57 -0700
committerZhijun He <zhijunhe@google.com>2013-10-07 14:35:57 -0700
commit04eceec132dddf39cd55cc39235cb7df1de00f9e (patch)
tree5790ffefffbe9dbaac49142b3a8f26cfaf43fcb5 /core/java/android/hardware
parentad45fa64382fa00778ff8ddfd1ac65d81fd55404 (diff)
downloadframeworks_base-04eceec132dddf39cd55cc39235cb7df1de00f9e.zip
frameworks_base-04eceec132dddf39cd55cc39235cb7df1de00f9e.tar.gz
frameworks_base-04eceec132dddf39cd55cc39235cb7df1de00f9e.tar.bz2
Camera2: fix Face class java doc build break
Bug: 10406212 Change-Id: Ida4da1ee3f67e176e04d07f569e153d671fa9e40
Diffstat (limited to 'core/java/android/hardware')
-rw-r--r--core/java/android/hardware/camera2/Face.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/hardware/camera2/Face.java b/core/java/android/hardware/camera2/Face.java
index 4ac04dd..ded8839d 100644
--- a/core/java/android/hardware/camera2/Face.java
+++ b/core/java/android/hardware/camera2/Face.java
@@ -58,7 +58,7 @@ public final class Face {
* Create a new face with all fields set.
*
* <p>The id, leftEyePosition, rightEyePosition, and mouthPosition are considered optional.
- * They are only required when the {@link #CaptureResult} reports that the value of key
+ * They are only required when the {@link CaptureResult} reports that the value of key
* {@link CaptureResult#STATISTICS_FACE_DETECT_MODE} is
* {@link CameraMetadata#STATISTICS_FACE_DETECT_MODE_FULL}.
* If the id is {@value #ID_UNSUPPORTED} then the leftEyePosition, rightEyePosition, and
@@ -112,7 +112,7 @@ public final class Face {
* mouthPositions are guaranteed to be {@code null}. Otherwise, each of leftEyePosition,
* rightEyePosition, and mouthPosition may be independently null or not-null. When devices
* report the value of key {@link CaptureResult#STATISTICS_FACE_DETECT_MODE} as
- * {@link CameraMetadata#STATISTICS_FACE_DETECT_MODE_SIMPLE} in {@link #CaptureResult},
+ * {@link CameraMetadata#STATISTICS_FACE_DETECT_MODE_SIMPLE} in {@link CaptureResult},
* the face id of each face is expected to be {@value #ID_UNSUPPORTED}, the leftEyePosition,
* rightEyePosition, and mouthPositions are expected to be {@code null} for each face.</p>
*
@@ -177,7 +177,7 @@ public final class Face {
* mouthPositions are guaranteed to be {@code null}. Otherwise, each of leftEyePosition,
* rightEyePosition, and mouthPosition may be independently null or not-null. When devices
* report the value of key {@link CaptureResult#STATISTICS_FACE_DETECT_MODE} as
- * {@link CameraMetadata#STATISTICS_FACE_DETECT_MODE_SIMPLE} in {@link #CaptureResult},
+ * {@link CameraMetadata#STATISTICS_FACE_DETECT_MODE_SIMPLE} in {@link CaptureResult},
* the face id of each face is expected to be {@value #ID_UNSUPPORTED}.</p>
*
* <p>This value will either be {@value #ID_UNSUPPORTED} or