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

* commit 'adc012cf82b8815e84d43254deccaef60feadf6f':
  Camera2: fix doc build
This commit is contained in:
Zhijun He
2015-06-05 03:57:49 +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 {