Merge tag 'v0.23.10'

release v0.23.10
This commit is contained in:
Max Kellermann
2022-10-14 23:56:33 +02:00
13 changed files with 58 additions and 146 deletions

@ -49,9 +49,6 @@ Java::File::Initialise(JNIEnv *env) noexcept
AllocatedPath
Java::File::ToAbsolutePath(JNIEnv *env, jobject _file) noexcept
{
assert(env != nullptr);
assert(_file != nullptr);
LocalObject file(env, _file);
const jstring path = GetAbsolutePath(env, file);