Skip to content

2021-May-12 - Prerelease - 2.6.172

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 May 00:28
0f14f36
Fix ambiguous method call error. (#9211)

* Fix ambiguous method call error.

There's two signatures that match the call with second param null. Fix compile error by specifying it's a ClassLoader param.

* Add TODO about cleaning up code when on Java 13.

* Update comment