summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGriff Hazen <griff@google.com>2014-05-16 09:46:31 -0700
committerGriff Hazen <griff@google.com>2014-05-16 09:46:31 -0700
commit50c11659f0f971e1a6b0adde59247f5de370b74d (patch)
treea0bdf3022b97e27f44d38ffaef1b82376bcab843 /core
parent959591e3ba3934f5bd8ecc2c81ad2a16d226acab (diff)
downloadframeworks_base-50c11659f0f971e1a6b0adde59247f5de370b74d.zip
frameworks_base-50c11659f0f971e1a6b0adde59247f5de370b74d.tar.gz
frameworks_base-50c11659f0f971e1a6b0adde59247f5de370b74d.tar.bz2
Fix Notification sdk docs build.
Builder#X looked like it was considered ambiguous even though Action was not in scope. Intellij disagreed but this fixes the issue. Change-Id: I51fac39b2a4834e25f936c6eae223cda8c9c610e
Diffstat (limited to 'core')
-rw-r--r--core/java/android/app/Notification.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java
index 89e73e6..8d263fd 100644
--- a/core/java/android/app/Notification.java
+++ b/core/java/android/app/Notification.java
@@ -1344,7 +1344,7 @@ public class Notification implements Parcelable
/**
* Add a timestamp pertaining to the notification (usually the time the event occurred).
* It will be shown in the notification content view by default; use
- * {@link Builder#setShowWhen(boolean) setShowWhen} to control this.
+ * {@link #setShowWhen(boolean) setShowWhen} to control this.
*
* @see Notification#when
*/
@@ -1354,7 +1354,7 @@ public class Notification implements Parcelable
}
/**
- * Control whether the timestamp set with {@link Builder#setWhen(long) setWhen} is shown
+ * Control whether the timestamp set with {@link #setWhen(long) setWhen} is shown
* in the content view.
*/
public Builder setShowWhen(boolean show) {