mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GT-3330 code review javadoc fix
This commit is contained in:
parent
c7cdaaf07a
commit
14fbdee764
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue