commit | a15b5900046112c7088270ff8f27d3853c6728a1 | [log] [tgz] |
---|---|---|
author | Mythri Alle <mythria@google.com> | Tue Apr 25 09:06:33 2023 +0000 |
committer | Mythri Alle <mythria@google.com> | Wed Apr 26 09:44:23 2023 +0000 |
tree | dab1c5b42f8ce05f04415a8f8d6801d1e82a6392 | |
parent | 9dd046df6d6cd040e17e385940758020c5af438e [diff] |
Update a comment to be correct Update a comment that should have been updated in https://android-review.git.corp.google.com/c/platform/art/+/2275266. Bug: 244683447 Test: just a comment update Change-Id: I970782afa382fae8ae542ff9fda337e3762795a8
diff --git a/runtime/jni/jni_id_manager.cc b/runtime/jni/jni_id_manager.cc index a668fe5..e556f61 100644 --- a/runtime/jni/jni_id_manager.cc +++ b/runtime/jni/jni_id_manager.cc
@@ -154,7 +154,7 @@ LOG(INFO) << "jmethodID for Obsolete / Default conflicting method " << method->PrettyMethod() << " requested!"; } - // No ids array for obsolete methods. Just do a linear scan. + // No ids array for obsolete / default conflicting methods. Just do a linear scan. return false; } StackHandleScope<1> hs(self);