Skip to content

Commit 14fbdee

Browse files
committed
GT-3330 code review javadoc fix
1 parent c7cdaaf commit 14fbdee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Ghidra/Features/Base/src/main/java/ghidra/app/util/bin/MemoryByteProvider.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ public MemoryByteProvider(Memory memory, Address baseAddress) {
5252
*
5353
* @param index absolute index in this ByteProvider to convert into an Address
5454
* @return {@link Address}
55+
* @throws AddressOutOfBoundsException if wrapping is not supported by the
56+
* corresponding address space and the addition causes an out-of-bounds
57+
* error
5558
*/
5659
public Address getAddress(long index) {
5760
return baseAddress.add(index);

0 commit comments

Comments
 (0)