Commit c5ad28a9 by ibaker Committed by Ian Baker

Remove empty <p> tag from WebvttDecoder

PiperOrigin-RevId: 445217294
parent bec94318
...@@ -28,8 +28,6 @@ import java.util.List; ...@@ -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 {
......
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