mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Add a TODO to make TransformationRequest.Builder package private
PiperOrigin-RevId: 545400150
This commit is contained in:
parent
3456382ae7
commit
8ea79a13f9
1 changed files with 2 additions and 0 deletions
|
|
@ -204,6 +204,8 @@ public final class Transformer {
|
|||
@Deprecated
|
||||
@CanIgnoreReturnValue
|
||||
public Builder setTransformationRequest(TransformationRequest transformationRequest) {
|
||||
// TODO(b/289872787): Make TransformationRequest.Builder package private once this method is
|
||||
// removed.
|
||||
this.transformationRequest = transformationRequest;
|
||||
return this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue