Remove stray commas in javadoc
The commas generate issues in some build targets / tooling combinations. See b/269717465. Bug: 278249714 Change-Id: Ia69fa3469287729e14cc304c68ec917c522700d6 Test: N/A. Javadoc fix.
This commit is contained in:
@@ -440,14 +440,14 @@ public final class RouteListingPreference implements Parcelable {
|
||||
* <p>If this method returns {@link #SUBTEXT_CUSTOM}, then the subtext is obtained form
|
||||
* {@link #getCustomSubtextMessage()}.
|
||||
*
|
||||
* @see #SUBTEXT_NONE,
|
||||
* @see #SUBTEXT_ERROR_UNKNOWN,
|
||||
* @see #SUBTEXT_SUBSCRIPTION_REQUIRED,
|
||||
* @see #SUBTEXT_DOWNLOADED_CONTENT_ROUTING_DISALLOWED,
|
||||
* @see #SUBTEXT_AD_ROUTING_DISALLOWED,
|
||||
* @see #SUBTEXT_DEVICE_LOW_POWER,
|
||||
* @see #SUBTEXT_UNAUTHORIZED ,
|
||||
* @see #SUBTEXT_TRACK_UNSUPPORTED,
|
||||
* @see #SUBTEXT_NONE
|
||||
* @see #SUBTEXT_ERROR_UNKNOWN
|
||||
* @see #SUBTEXT_SUBSCRIPTION_REQUIRED
|
||||
* @see #SUBTEXT_DOWNLOADED_CONTENT_ROUTING_DISALLOWED
|
||||
* @see #SUBTEXT_AD_ROUTING_DISALLOWED
|
||||
* @see #SUBTEXT_DEVICE_LOW_POWER
|
||||
* @see #SUBTEXT_UNAUTHORIZED
|
||||
* @see #SUBTEXT_TRACK_UNSUPPORTED
|
||||
* @see #SUBTEXT_CUSTOM
|
||||
*/
|
||||
@SubText
|
||||
|
||||
Reference in New Issue
Block a user