mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 18:56:53 +08:00
GP-0: Fixing javadoc for Listing.getNumCodeUnits() (Closes #9148)
This commit is contained in:
+1
-2
@@ -863,8 +863,7 @@ public interface Listing {
|
|||||||
public void renameTree(String oldName, String newName) throws DuplicateNameException;
|
public void renameTree(String oldName, String newName) throws DuplicateNameException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gets the total number of CodeUnits (Instructions, defined Data, and
|
* gets the total number of CodeUnits (Instructions and defined Data)
|
||||||
* undefined Data)
|
|
||||||
*
|
*
|
||||||
* @return the total number of CodeUnits in the listing.
|
* @return the total number of CodeUnits in the listing.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user