From 98301467dc14e378aafcc5dc49f31a7f0da37b17 Mon Sep 17 00:00:00 2001 From: aquilescanta Date: Tue, 7 Nov 2017 07:50:35 -0800 Subject: [PATCH] Fix DefaultHlsExtractorFactory javadoc Issue:#2748 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=174854541 --- .../exoplayer2/source/hls/DefaultHlsExtractorFactory.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/DefaultHlsExtractorFactory.java b/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/DefaultHlsExtractorFactory.java index 1aa7c47e04..c801520927 100644 --- a/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/DefaultHlsExtractorFactory.java +++ b/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/DefaultHlsExtractorFactory.java @@ -34,8 +34,6 @@ import java.util.List; /** * Default {@link HlsExtractorFactory} implementation. - * - *

This class can be extended to override {@link TsExtractor} instantiation.

*/ public final class DefaultHlsExtractorFactory implements HlsExtractorFactory {