mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-4017: Fix Javadoc warnings
This commit is contained in:
parent
58e22a6f7b
commit
067f4f4352
16 changed files with 49 additions and 54 deletions
|
@ -41,8 +41,8 @@ public abstract class OverlayAddressSpace extends AbstractAddressSpace {
|
|||
|
||||
/**
|
||||
* Get the ordered key assigned to this overlay address space instance This value is used
|
||||
* when performing {@link #equals(Object)} and {@link AddressSpace#compareTo(AddressSpace)}
|
||||
* operations.
|
||||
* when performing {@link #equals(Object)} and {@link #compareTo(AddressSpace)}
|
||||
* operations.
|
||||
* <p>
|
||||
* If this value does not have its optimal value (i.e., same as address space name), the
|
||||
* associated {@link AddressFactory} should report a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue