forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow various best practices in
FlutterRenderer
(flutter#49651)
All of these are non-semantics changing and all were auto-applied by IntelliJ: - Make always `final` stuff final - Avoid unnecessary casts - Annotate `@NonNull` overrides - Avoid initializing callbacks outside of the constructor, and use Java lambdas when applicable - Avoid cases where something is known to be non-null or non-false - Use `<>` when applicable
- Loading branch information
1 parent
7e6f3d8
commit e57e418
Showing
1 changed file
with
49 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters