Tweak javadoc & reformat

This commit is contained in:
Ian Baker 2024-11-28 14:20:03 +00:00
parent 55a1290bfd
commit 38145b6e89

View File

@ -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;
} }