Rename callback variable name
When building with Java 17 the variable named callback used in forEach() as a lambda argument may conflict with other local variables. So rename it to something more unique. Bug: 233029164 Test: m Change-Id: Iecc968dbeb0ddca162102953b45d7170e85dfa2d
Loading
Please register or sign in to comment