summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/PluginStub.java
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2009-09-15 21:22:06 -0400
committerDerek Sollenberger <djsollen@google.com>2009-09-15 21:22:06 -0400
commit468f067cf4e55378a63e74089b3b9966ce132596 (patch)
tree989aef66977b864b53024a0c78d35fc82e876304 /core/java/android/webkit/PluginStub.java
parent4e54f3309ec9dac3cf69ffa73ec7c5378f19dffb (diff)
downloadframeworks_base-468f067cf4e55378a63e74089b3b9966ce132596.zip
frameworks_base-468f067cf4e55378a63e74089b3b9966ce132596.tar.gz
frameworks_base-468f067cf4e55378a63e74089b3b9966ce132596.tar.bz2
fixing documentation for PluginStub
Change-Id: I68fd9d0df3d8a5c39ad1de136a116f1b034323af
Diffstat (limited to 'core/java/android/webkit/PluginStub.java')
-rw-r--r--core/java/android/webkit/PluginStub.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/webkit/PluginStub.java b/core/java/android/webkit/PluginStub.java
index cbb36aa..3887d44 100644
--- a/core/java/android/webkit/PluginStub.java
+++ b/core/java/android/webkit/PluginStub.java
@@ -29,7 +29,7 @@ public interface PluginStub {
/**
* Return a custom embedded view to draw the plugin.
- * @param npp The native NPP instance.
+ * @param NPP The native NPP instance.
* @param context The current application's Context.
* @return A custom View that will be managed by WebView.
*/
@@ -39,7 +39,7 @@ public interface PluginStub {
* Return a custom full-screen view to be displayed when the user requests
* a plugin display as full-screen. Note that the application may choose not
* to display this View as completely full-screen.
- * @param npp The native NPP instance.
+ * @param NPP The native NPP instance.
* @param context The current application's Context.
* @return A custom View that will be managed by the application.
*/