Annotated result of StubPlayer.getPlayerError with @Nullable

This commit is contained in:
Feng Dai 2022-06-28 10:51:02 +08:00
parent 2c7201024e
commit c4d15e0a6b

View File

@ -70,7 +70,7 @@ public class StubPlayer extends BasePlayer {
}
@Override
public PlaybackException getPlayerError() {
public @Nullable PlaybackException getPlayerError() {
throw new UnsupportedOperationException();
}