Clean up javadoc on Metadata.Entry.populateMediaMetadata

Remove self-links, and remove section that is documenting internal
ordering behaviour of
[`SimpleBasePlayer.getCombinedMediaMetadata`](bb270c62cf/library/common/src/main/java/com/google/android/exoplayer2/SimpleBasePlayer.java (L1770))
rather than anything specifically about this method.

#minor-release

PiperOrigin-RevId: 490923719
(cherry picked from commit ed8c196e2eb36eefef9952d255cb6355807b9e9f)
This commit is contained in:
ibaker 2022-11-25 17:55:12 +00:00 committed by christosts
parent 0fb501ed6d
commit a68ab5f334

View File

@ -52,11 +52,8 @@ public final class Metadata implements Parcelable {
}
/**
* 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.
*/