Commit 128fed81 by kimvde Committed by christosts

Undo unreleased changes from transforming-media.md

The "Transforming media" page has been updated with changes that won't
be part of the next release. Undo these changes so that this page is
consistent with the latest release.

PiperOrigin-RevId: 503917637
(cherry picked from commit fdf86661)
parent 197109eb
Showing with 2 additions and 2 deletions
...@@ -70,8 +70,8 @@ Transformer.Listener transformerListener = ...@@ -70,8 +70,8 @@ Transformer.Listener transformerListener =
} }
@Override @Override
public void onTransformationError(MediaItem inputMediaItem, TransformationException e) { public void onTransformationError(MediaItem inputMediaItem, TransformationException exception) {
displayError(e); displayError(exception);
} }
}; };
~~~ ~~~
......
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