JavaDoc error fix (flutter/engine#27080)

Javadoc error Local engine build fails while building android targets
Related to issue #85346
This commit is contained in:
kartik garasia 2021-07-16 02:54:52 +05:30 committed by GitHub
parent e257d0326c
commit e71aa68555

View File

@ -43,7 +43,7 @@ import java.util.ArrayList;
* The most obvious example of when this may come in handy is if an application wishes to subclass
* the Android v4 support library's {@code FragmentActivity}.
*
* <h3>Usage:</h3>
* <p><b>Usage:</b></p>
*
* <p>To wire this class up to your activity, simply forward the events defined in {@link
* FlutterActivityEvents} from your activity to an instance of this class. Optionally, you can make