diff --git a/shell/platform/android/io/flutter/embedding/engine/FlutterEngineGroup.java b/shell/platform/android/io/flutter/embedding/engine/FlutterEngineGroup.java index 68389cfade641..046bf1e73e657 100644 --- a/shell/platform/android/io/flutter/embedding/engine/FlutterEngineGroup.java +++ b/shell/platform/android/io/flutter/embedding/engine/FlutterEngineGroup.java @@ -15,7 +15,7 @@ import java.util.List; /** - * This class is experimental. Please do not ship production code using it. + * This class is available experimentally and the API may change. Use at your own risk. * *

Represents a collection of {@link io.flutter.embedding.engine.FlutterEngine}s who share * resources to allow them to be created faster and with less memory than calling the {@link