Annotated result of StubPlayer.getPlayerError with @Nullable
This commit is contained in:
parent
2c7201024e
commit
c4d15e0a6b
@ -70,7 +70,7 @@ public class StubPlayer extends BasePlayer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public PlaybackException getPlayerError() {
|
public @Nullable PlaybackException getPlayerError() {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user