Skip to content

Commit

Permalink
modifyerror in jni-util.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
宋光璠 committed Dec 23, 2024
1 parent 4e9f71e commit 08fc466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/util/jni-util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const std::string GetDorisJNIClasspathOption() {

bool JniUtil::jvm_inited_ = false;
__thread JNIEnv* JniUtil::tls_env_ = nullptr;
JniUtil::internal_exc_cl_ = nullptr;
jclass JniUtil::internal_exc_cl_ = nullptr;
jclass JniUtil::jni_util_cl_ = nullptr;
jclass JniUtil::jni_native_method_exc_cl_ = nullptr;
jmethodID JniUtil::throwable_to_string_id_ = nullptr;
Expand Down

0 comments on commit 08fc466

Please sign in to comment.