am 16ed7e70: Merge "Camera2: fix doc build" into mnc-dev

* commit '16ed7e70c869e12eae4721d6b4380c05c3423c78':
  Camera2: fix doc build
This commit is contained in:
Zhijun He
2015-06-05 03:44:42 +00:00
committed by Android Git Automerger

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 {