diff --git a/engine/src/flutter/shell/platform/android/io/flutter/app/FlutterApplication.java b/engine/src/flutter/shell/platform/android/io/flutter/app/FlutterApplication.java index ed56ec2e7bc..72e6ad129ee 100644 --- a/engine/src/flutter/shell/platform/android/io/flutter/app/FlutterApplication.java +++ b/engine/src/flutter/shell/platform/android/io/flutter/app/FlutterApplication.java @@ -11,8 +11,8 @@ import android.app.Application; * projects. Flutter projects which need to extend an Application should migrate to extending {@link * android.app.Application} instead. * - *
For more information on the removal of Flutter's v1 Android embedding, see: - * https://docs.flutter.dev/release/breaking-changes/v1-android-embedding. + *
For more information on the removal of Flutter's v1 Android embedding, see: https://docs.flutter.dev/release/breaking-changes/v1-android-embedding. */ @Deprecated public class FlutterApplication extends Application {}