Transformer GL: Remove unused setResolution exception javadoc.

PiperOrigin-RevId: 433467719
This commit is contained in:
huangdarwin 2022-03-09 14:55:33 +00:00 committed by Ian Baker
parent af6f6bb406
commit d06d690d78

View File

@ -122,7 +122,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.