diff --git a/library/core/src/main/java/com/google/android/exoplayer2/upstream/Loader.java b/library/core/src/main/java/com/google/android/exoplayer2/upstream/Loader.java index 02e9a32116..bd70150573 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/upstream/Loader.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/upstream/Loader.java @@ -61,8 +61,8 @@ public final class Loader implements LoaderErrorThrower { /** * Performs the load, returning on completion or cancellation. * - * @throws IOException - * @throws InterruptedException + * @throws IOException If the input could not be loaded. + * @throws InterruptedException If the thread was interrupted. */ void load() throws IOException, InterruptedException;