Fix stale javadoc

The method no longer returns anything. We don't need javadoc for this as it's
default visibility.

PiperOrigin-RevId: 545981702
This commit is contained in:
andrewlewis 2023-07-06 15:28:29 +01:00 committed by Rohit Singh
parent 50c6efe95d
commit 1ef7579f5c

View File

@ -67,12 +67,7 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
*/
/* package */ final class FinalShaderProgramWrapper implements GlShaderProgram {
/** Listener interface for the current input stream ending. */
interface OnInputStreamProcessedListener {
/**
* Returns whether {@link FinalShaderProgramWrapper} should invoke {@link
* VideoFrameProcessor.Listener#signalEndOfInput}.
*/
void onInputStreamProcessed();
}