We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7096c4a commit 9a10bf0Copy full SHA for 9a10bf0
core/java/android/hardware/Camera.java
@@ -2328,7 +2328,7 @@ private int pixelFormatForCameraFormat(String format) {
2328
* <p>The reference code is as follows.
2329
*
2330
* <pre>
2331
- * public void public void onOrientationChanged(int orientation) {
+ * public void onOrientationChanged(int orientation) {
2332
* if (orientation == ORIENTATION_UNKNOWN) return;
2333
* android.hardware.Camera.CameraInfo info =
2334
* new android.hardware.Camera.CameraInfo();
0 commit comments