commit | 7d35c6b1bacf2ac23094cfe105e1c585c00a41ae | [log] [tgz] |
---|---|---|
author | Victor Chang <vichang@google.com> | Fri Nov 03 16:28:13 2023 +0000 |
committer | Victor Chang <vichang@google.com> | Fri Nov 03 16:28:13 2023 +0000 |
tree | dd458ba29a1e09be065c1d5d764229db8dec740b | |
parent | d06b0ba38d5a03ee6d2eaaaadf6e95298f12200c [diff] |
Rename ByteBufferAs*.offset to byteOffset The super class, e.g. CharBuffer, has a field "offset" and it has a different meaning. Renaming the field to avoid confusing. Also, annotate methods in @Override to enforce the compiler check, even though it's a Android patch. No functional change is expected. Bug: 269740550 Test: m droid Change-Id: I8cde1dc8fc97bf08090e9831510c7449e715c182