Add javadoc summary fragment

This commit is contained in:
Ian Baker 2024-07-31 09:59:48 +01:00
parent 68e65ec884
commit ff22838c0d

View File

@ -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) {