[Java] Drop `L` prefix and `;` suffix in string FindClass call
authorMatt Corallo <git@bluematt.me>
Wed, 31 May 2023 19:09:50 +0000 (19:09 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 31 May 2023 19:09:50 +0000 (19:09 +0000)
commit925401bc0b3f6c3614357f059993cc8f8e686140
treeeaa0c41833c77eb9f5ea4497d918e44be4d78ea9
parent01303b30ba6df832471b137553030a69d2343bee
[Java] Drop `L` prefix and `;` suffix in string FindClass call

In a0760b79ab3365b9fa668006330aaa5bb456f824 we dropped most of
these, but one was re-introduced recently for `String`, which is
fixed here.

Fixes #130
java_strings.py