Skip to content

Commit 9a10bf0

Browse files
committed
fix sample code typo
issue 5190961 Change-Id: I15f10bc97b46f0e5f5e31ff5b38d6c3a938ddedf
1 parent 7096c4a commit 9a10bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/hardware/Camera.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2328,7 +2328,7 @@ private int pixelFormatForCameraFormat(String format) {
23282328
* <p>The reference code is as follows.
23292329
*
23302330
* <pre>
2331-
* public void public void onOrientationChanged(int orientation) {
2331+
* public void onOrientationChanged(int orientation) {
23322332
* if (orientation == ORIENTATION_UNKNOWN) return;
23332333
* android.hardware.Camera.CameraInfo info =
23342334
* new android.hardware.Camera.CameraInfo();

0 commit comments

Comments
 (0)