Commit 57953d89 by huangdarwin Committed by Ian Baker

FrameProcessor: Make a class member private final.

PiperOrigin-RevId: 436211808
parent a60e5f59
......@@ -41,7 +41,7 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
/** A builder for {@link ScaleToFitFrameProcessor} instances. */
public static final class Builder {
// Mandatory field.
Context context;
private final Context context;
// Optional field.
private int outputHeight;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment