Remove stale TODO

It says RTSP doesn't support this in the javadoc.

PiperOrigin-RevId: 551541942
This commit is contained in:
claincly 2023-07-27 16:43:08 +01:00 committed by Rohit Singh
parent bd6a36033e
commit 5ba0ec9b40

View File

@ -162,7 +162,6 @@ public final class RtspMediaSource extends BaseMediaSource {
/** Does nothing. {@link RtspMediaSource} does not support error handling policies. */
@Override
public Factory setLoadErrorHandlingPolicy(LoadErrorHandlingPolicy loadErrorHandlingPolicy) {
// TODO(internal b/172331505): Implement support.
return this;
}