diff --git a/library/common/src/main/java/com/google/android/exoplayer2/Bundleable.java b/library/common/src/main/java/com/google/android/exoplayer2/Bundleable.java index 7561877c5e..fe3227d0f1 100644 --- a/library/common/src/main/java/com/google/android/exoplayer2/Bundleable.java +++ b/library/common/src/main/java/com/google/android/exoplayer2/Bundleable.java @@ -64,7 +64,7 @@ public interface Bundleable { * *
It guarantees the compatibility of {@link Bundle} representations produced by different * versions of {@link Bundleable#toBundle()} by providing best default values for missing - * fields. It may throw an {@link IllegalArgumentException} if any essential fields are missing. + * fields. It throws an exception if any essential fields are missing. */ T fromBundle(Bundle bundle); }