summaryrefslogtreecommitdiff
path: root/core/java/android/widget/Advanceable.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/widget/Advanceable.java')
-rw-r--r--core/java/android/widget/Advanceable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/Advanceable.java b/core/java/android/widget/Advanceable.java
index bb162de98a9e..dc13ebb7764f 100644
--- a/core/java/android/widget/Advanceable.java
+++ b/core/java/android/widget/Advanceable.java
@@ -34,5 +34,5 @@ public interface Advanceable {
* Called by the AppWidgetHost once before it begins to call advance(), allowing the
* collection to do any required setup.
*/
- public void willBeAdvancedByHost();
+ public void fyiWillBeAdvancedByHostKThx();
}