diff options
Diffstat (limited to 'runtime/art_field.h')
| -rw-r--r-- | runtime/art_field.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/art_field.h b/runtime/art_field.h index 16c46f0b9f..c0620bf3c3 100644 --- a/runtime/art_field.h +++ b/runtime/art_field.h @@ -158,7 +158,7 @@ class ArtField { return (GetAccessFlags() & kAccVolatile) != 0; } - // Returns an instance field with this offset in the given class or nullptr if not found. + // Returns an instance field with this offset in the given class or null if not found. static ArtField* FindInstanceFieldWithOffset(mirror::Class* klass, uint32_t field_offset) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); |