diff --git a/library/common/src/main/java/com/google/android/exoplayer2/MediaItem.java b/library/common/src/main/java/com/google/android/exoplayer2/MediaItem.java index 8e9ecb27d1..1d0b1ea40b 100644 --- a/library/common/src/main/java/com/google/android/exoplayer2/MediaItem.java +++ b/library/common/src/main/java/com/google/android/exoplayer2/MediaItem.java @@ -284,8 +284,7 @@ public final class MediaItem implements Bundleable { } /** - * Sets the {@link UUID} of the protection scheme. If a DRM system UUID is set, the {@link - * DrmConfiguration#licenseUri} needs to be set as well. + * Sets the {@link UUID} of the protection scheme. * *

If {@link #setUri} is passed a non-null {@code uri}, the DRM system UUID is used to create * a {@link PlaybackProperties} object. Otherwise it will be ignored.