FrameProcessor: Make a class member private final.
PiperOrigin-RevId: 436211808
This commit is contained in:
parent
a60e5f597b
commit
57953d8947
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user