Commit 76255dfa by aquilescanta Committed by Oliver Woodman

Make ExtractorsFactory javadoc consistent

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=213248388
parent dc807c11
......@@ -15,14 +15,9 @@
*/
package com.google.android.exoplayer2.extractor;
/**
* Factory for arrays of {@link Extractor}s.
*/
/** Factory for arrays of {@link Extractor} instances. */
public interface ExtractorsFactory {
/**
* Returns an array of new {@link Extractor} instances.
*/
/** Returns an array of new {@link Extractor} instances. */
Extractor[] createExtractors();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment