mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add javadoc summary fragment
This commit is contained in:
parent
68e65ec884
commit
ff22838c0d
1 changed files with 4 additions and 0 deletions
|
|
@ -210,6 +210,8 @@ public final class Loader implements LoaderErrorThrower {
|
||||||
@Nullable private IOException fatalError;
|
@Nullable private IOException fatalError;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Constructs an instance.
|
||||||
|
*
|
||||||
* @param threadNameSuffix A name suffix for the loader's thread. This should be the name of the
|
* @param threadNameSuffix A name suffix for the loader's thread. This should be the name of the
|
||||||
* component using the loader.
|
* component using the loader.
|
||||||
*/
|
*/
|
||||||
|
|
@ -218,6 +220,8 @@ public final class Loader implements LoaderErrorThrower {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Constructs an instance.
|
||||||
|
*
|
||||||
* @param downloadExecutorService An {@link ExecutorService} for supplying the loader's thread.
|
* @param downloadExecutorService An {@link ExecutorService} for supplying the loader's thread.
|
||||||
*/
|
*/
|
||||||
public Loader(ExecutorService downloadExecutorService) {
|
public Loader(ExecutorService downloadExecutorService) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue