Fix PeriodicVignetteFrameProcessor javadoc.

The parameter was removed in a previous CL but wasn't removed
from the javadoc yet.

PiperOrigin-RevId: 444879675
This commit is contained in:
hschlueter 2022-04-27 17:19:37 +01:00 committed by Ian Baker
parent 1e251b3be7
commit 6312cfb221

View File

@ -60,7 +60,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
*
* <p>The parameters are given in normalized texture coordinates from 0 to 1.
*
* @param context The {@link Context}.
* @param centerX The x-coordinate of the center of the effect.
* @param centerY The y-coordinate of the center of the effect.
* @param minInnerRadius The lower bound of the radius that is unaffected by the effect.