MediaLibraryService.java
31.5 KB
-
Remove confusing @throws clauses from MediaLibrarySessionCallback · 67640dff
These seem to be describing an exception being thrown based on a property of the value being returned from this method? Or is the expectation that every implementation of this interface throws the AssertionError themselves. Given AssertionError is unchecked, and shouldn't be explicitly caught anywhere, it seems easiest just to remove all this documentation? PiperOrigin-RevId: 406107606
ibaker committed