mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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;
|
throw e;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** Returns the wrapped {@link DataReader} instance. */
|
||||||
* Returns the underlying {@link DataReader} from which the {@link Extractor} extracts data from.
|
|
||||||
*
|
|
||||||
* @return the attached underlying {@link DataReader}
|
|
||||||
*/
|
|
||||||
public DataReader getDataReader() {
|
public DataReader getDataReader() {
|
||||||
return dataReader;
|
return dataReader;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue