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
This commit is contained in:
Griff Hazen
2014-05-16 09:46:31 -07:00
parent 959591e3ba
commit 50c11659f0

View File

@@ -1344,7 +1344,7 @@ public class Notification implements Parcelable
/** /**
* Add a timestamp pertaining to the notification (usually the time the event occurred). * 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 * 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 * @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. * in the content view.
*/ */
public Builder setShowWhen(boolean show) { public Builder setShowWhen(boolean show) {