summaryrefslogtreecommitdiffstats
path: root/core/java/android
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-09-15 21:23:42 -0400
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-09-15 21:23:42 -0400
commit5862b673d412e596f3fa419c00bd0ba16bf6c094 (patch)
treeebeca11d141e88af4e39c4c5cfce08408fda19b1 /core/java/android
parent7c3e493d7b2db7f28d6fdb52d79c4d99ef1502b8 (diff)
parent468f067cf4e55378a63e74089b3b9966ce132596 (diff)
downloadframeworks_base-5862b673d412e596f3fa419c00bd0ba16bf6c094.zip
frameworks_base-5862b673d412e596f3fa419c00bd0ba16bf6c094.tar.gz
frameworks_base-5862b673d412e596f3fa419c00bd0ba16bf6c094.tar.bz2
Merge change 25187 into eclair
* changes: fixing documentation for PluginStub
Diffstat (limited to 'core/java/android')
-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.
*/