Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39d1461c authored by Zhijun He's avatar Zhijun He
Browse files

Camera2: fix doc build

Bug: 21645842
Change-Id: Ibd4ce455d9906da858b98f17fd7859016c1730c3
parent a7677722
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ public class SurfaceUtils {
     * @param surface The surface to be queried for size.
     * @return Size of the surface.
     *
     * @throw IllegalArgumentException if the surface is already abandoned.
     * @throws IllegalArgumentException if the surface is already abandoned.
     */
    public static Size getSurfaceSize(Surface surface) {
        try {
@@ -68,7 +68,7 @@ public class SurfaceUtils {
     * @param surface The surface to be queried for format.
     * @return format of the surface.
     *
     * @throw IllegalArgumentException if the surface is already abandoned.
     * @throws IllegalArgumentException if the surface is already abandoned.
     */
    public static int getSurfaceFormat(Surface surface) {
        try {