OSDN Git Service

Fix docs build breakage
authorIgnacio Solla <igsolla@google.com>
Wed, 12 Nov 2014 21:55:47 +0000 (21:55 +0000)
committerIgnacio Solla <igsolla@google.com>
Wed, 12 Nov 2014 21:55:47 +0000 (21:55 +0000)
Change-Id: Id20a54d8da2b80f277e31c342fffbb3b7d0dc854

core/java/android/webkit/WebViewDelegate.java

index 18b6425..c878b3d 100644 (file)
@@ -97,7 +97,7 @@ public final class WebViewDelegate {
      * @param canvas a hardware accelerated canvas (see {@link Canvas#isHardwareAccelerated()})
      * @param nativeDrawGLFunctor the pointer to the native functor that implements
      *        system/core/include/utils/Functor.h
-     * @throw IllegalArgumentException if the canvas is not hardware accelerated
+     * @throws IllegalArgumentException if the canvas is not hardware accelerated
      */
     public void callDrawGlFunction(Canvas canvas, long nativeDrawGLFunctor) {
         if (!(canvas instanceof HardwareCanvas)) {