diff --git a/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/ScaleToFitTransformationTest.java b/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/ScaleToFitTransformationTest.java index e6001ce985..696acc92e0 100644 --- a/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/ScaleToFitTransformationTest.java +++ b/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/ScaleToFitTransformationTest.java @@ -25,7 +25,7 @@ import org.junit.runner.RunWith; /** * Unit tests for {@link ScaleToFitTransformation}. * - *

See {@code MatrixTransformationFrameProcessorText} for pixel tests testing {@link + *

See {@code MatrixTransformationFrameProcessorPixelTest} for pixel tests testing {@link * MatrixTransformationFrameProcessor} given a transformation matrix. */ @RunWith(AndroidJUnit4.class)