mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Tweak javadoc & reformat
This commit is contained in:
parent
55a1290bfd
commit
38145b6e89
1 changed files with 1 additions and 5 deletions
|
|
@ -205,11 +205,7 @@ public final class DefaultExtractorInput implements ExtractorInput {
|
|||
throw e;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the underlying {@link DataReader} from which the {@link Extractor} extracts data from.
|
||||
*
|
||||
* @return the attached underlying {@link DataReader}
|
||||
*/
|
||||
/** Returns the wrapped {@link DataReader} instance. */
|
||||
public DataReader getDataReader() {
|
||||
return dataReader;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue