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 fdf866617f)
This commit is contained in:
kimvde 2023-01-23 09:28:57 +00:00 committed by christosts
parent 197109eb69
commit 128fed81ca

View file

@ -70,8 +70,8 @@ Transformer.Listener transformerListener =
}
@Override
public void onTransformationError(MediaItem inputMediaItem, TransformationException e) {
displayError(e);
public void onTransformationError(MediaItem inputMediaItem, TransformationException exception) {
displayError(exception);
}
};
~~~