mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 01:03:52 +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
|
* @param index absolute index in this ByteProvider to convert into an Address
|
||||||
* @return {@link 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) {
|
public Address getAddress(long index) {
|
||||||
return baseAddress.add(index);
|
return baseAddress.add(index);
|
||||||
|
|||||||
Reference in New Issue
Block a user