Remove empty <p> tag from WebvttDecoder

PiperOrigin-RevId: 445217294
This commit is contained in:
ibaker 2022-04-28 20:18:42 +01:00 committed by Ian Baker
parent bec9431856
commit c5ad28a96c

View File

@ -28,8 +28,6 @@ import java.util.List;
/** /**
* A {@link SimpleSubtitleDecoder} for WebVTT. * A {@link SimpleSubtitleDecoder} for WebVTT.
* *
* <p>
*
* @see <a href="http://dev.w3.org/html5/webvtt">WebVTT specification</a> * @see <a href="http://dev.w3.org/html5/webvtt">WebVTT specification</a>
*/ */
public final class WebvttDecoder extends SimpleSubtitleDecoder { public final class WebvttDecoder extends SimpleSubtitleDecoder {