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 a756121c9c
commit e7e466f729

View file

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