Make ExtractorsFactory javadoc consistent
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=213248388
This commit is contained in:
parent
dc807c11a1
commit
76255dfae7
@ -15,14 +15,9 @@
|
|||||||
*/
|
*/
|
||||||
package com.google.android.exoplayer2.extractor;
|
package com.google.android.exoplayer2.extractor;
|
||||||
|
|
||||||
/**
|
/** Factory for arrays of {@link Extractor} instances. */
|
||||||
* Factory for arrays of {@link Extractor}s.
|
|
||||||
*/
|
|
||||||
public interface ExtractorsFactory {
|
public interface ExtractorsFactory {
|
||||||
|
|
||||||
/**
|
/** Returns an array of new {@link Extractor} instances. */
|
||||||
* Returns an array of new {@link Extractor} instances.
|
|
||||||
*/
|
|
||||||
Extractor[] createExtractors();
|
Extractor[] createExtractors();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user