Commit c4d15e0a by Feng Dai

Annotated result of StubPlayer.getPlayerError with @Nullable

parent 2c720102
...@@ -70,7 +70,7 @@ public class StubPlayer extends BasePlayer { ...@@ -70,7 +70,7 @@ public class StubPlayer extends BasePlayer {
} }
@Override @Override
public PlaybackException getPlayerError() { public @Nullable PlaybackException getPlayerError() {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment