Update javadoc to be the right DrawableOverlay class.

PiperOrigin-RevId: 604337168
This commit is contained in:
huangdarwin 2024-02-05 09:10:14 -08:00 committed by Copybara-Service
parent 4da576f05f
commit e4145a9953

View File

@ -70,7 +70,7 @@ public abstract class DrawableOverlay extends BitmapOverlay {
} }
/** /**
* Creates a {@link TextOverlay} that shows the {@link Drawable} with the same {@link * Creates a {@link DrawableOverlay} that shows the {@link Drawable} with the same {@link
* OverlaySettings} throughout the whole video. * OverlaySettings} throughout the whole video.
* *
* @param drawable The {@link Drawable} to be displayed. * @param drawable The {@link Drawable} to be displayed.