diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/java/android/hardware/camera2/utils/SurfaceUtils.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/hardware/camera2/utils/SurfaceUtils.java b/core/java/android/hardware/camera2/utils/SurfaceUtils.java index 79d82a8..32e74e2 100644 --- a/core/java/android/hardware/camera2/utils/SurfaceUtils.java +++ b/core/java/android/hardware/camera2/utils/SurfaceUtils.java @@ -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 { |