Commit a7032235 by huangdarwin Committed by Ian Baker

Transformer GL: Remove unused setResolution exception javadoc.

PiperOrigin-RevId: 433467719
parent 153b16a8
...@@ -120,7 +120,6 @@ public final class TransformationRequest { ...@@ -120,7 +120,6 @@ public final class TransformationRequest {
* *
* @param outputHeight The output height of the displayed video, in pixels. * @param outputHeight The output height of the displayed video, in pixels.
* @return This builder. * @return This builder.
* @throws IllegalArgumentException If the {@code outputHeight} is not supported.
*/ */
public Builder setResolution(int outputHeight) { public Builder setResolution(int outputHeight) {
// TODO(b/201293185): Restructure to input a Presentation class. // TODO(b/201293185): Restructure to input a Presentation class.
......
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