mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-21 17:22:53 +08:00
GT-3330 code review javadoc fix
This commit is contained in:
@@ -52,6 +52,9 @@ public class MemoryByteProvider implements ByteProvider {
|
||||
*
|
||||
* @param index absolute index in this ByteProvider to convert into an Address
|
||||
* @return {@link Address}
|
||||
* @throws AddressOutOfBoundsException if wrapping is not supported by the
|
||||
* corresponding address space and the addition causes an out-of-bounds
|
||||
* error
|
||||
*/
|
||||
public Address getAddress(long index) {
|
||||
return baseAddress.add(index);
|
||||
|
||||
Reference in New Issue
Block a user