Skip to content

Commit

Permalink
Clean up javadoc on Metadata.Entry.populateMediaMetadata
Browse files Browse the repository at this point in the history
Remove self-links, and remove section that is documenting internal
ordering behaviour of
[`SimpleBasePlayer.getCombinedMediaMetadata`](https://github.com/google/ExoPlayer/blob/bb270c62cf2f7a1570fe22f87bb348a2d5e94dcf/library/common/src/main/java/com/google/android/exoplayer2/SimpleBasePlayer.java#L1770)
rather than anything specifically about this method.

#minor-release

PiperOrigin-RevId: 490923719
  • Loading branch information
icbaker authored and rohitjoins committed Nov 29, 2022
1 parent 07d1970 commit ed8c196
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,8 @@ default byte[] getWrappedMetadataBytes() {
}

/**
* Updates the {@link MediaMetadata.Builder} with the type specific values stored in this Entry.
*
* <p>The order of the {@link Entry} objects in the {@link Metadata} matters. If two {@link
* Entry} entries attempt to populate the same {@link MediaMetadata} field, then the last one in
* the list is used.
* Updates the {@link MediaMetadata.Builder} with the type-specific values stored in this {@code
* Entry}.
*
* @param builder The builder to be updated.
*/
Expand Down

0 comments on commit ed8c196

Please sign in to comment.