Merge "Camera2: fix doc build" into mnc-dev

This commit is contained in:
Zhijun He
2015-06-05 03:33:58 +00:00
committed by Android (Google) Code Review

View File

@@ -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 {