From cde795ea98350e5207e2e5f9cd5ff62578224d6a Mon Sep 17 00:00:00 2001 From: aquilescanta Date: Thu, 13 Aug 2020 11:12:48 +0100 Subject: [PATCH] Fix typo in DrmSessionManager's javadoc PiperOrigin-RevId: 326413433 --- .../com/google/android/exoplayer2/drm/DrmSessionManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/main/java/com/google/android/exoplayer2/drm/DrmSessionManager.java b/library/core/src/main/java/com/google/android/exoplayer2/drm/DrmSessionManager.java index 0f67481628..7c26142216 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/drm/DrmSessionManager.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/drm/DrmSessionManager.java @@ -105,7 +105,7 @@ public interface DrmSessionManager { /** * Returns the {@link ExoMediaCrypto} type associated to sessions acquired for the given {@link * Format}. Returns the {@link UnsupportedMediaCrypto} type if this DRM session manager does not - * support "any of the DRM schemes defined in the given {@link Format}. If the {@link Format} + * support any of the DRM schemes defined in the given {@link Format}. If the {@link Format} * describes unencrypted content, returns an {@link ExoMediaCrypto} type if this DRM session * manager would associate a {@link #acquirePlaceholderSession placeholder session} to the given * {@link Format}, or null otherwise.