Skip to content

Commit

Permalink
Remove "///" from a javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
FirentisTFW committed Feb 11, 2025
1 parent 17d5c6c commit 10640da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
/**
* A subclass of {@link VideoPlayer} that adds functionality related to texture-based view as a way
* of displaying the video in the app. It manages the lifecycle of the texture and ensures that the
* video is properly displayed on the texture. /// If you need to display a video using platform
* view, use {@link VideoPlayer} instead.
* video is properly displayed on the texture. If you need to display a video using platform view,
* use {@link VideoPlayer} instead.
*/
final class TextureBasedVideoPlayer extends VideoPlayer
implements TextureRegistry.SurfaceProducer.Callback {
Expand Down

0 comments on commit 10640da

Please sign in to comment.