mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-09 20:18:01 +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;
|
||||
|
||||
/**
|
||||
* gets the total number of CodeUnits (Instructions, defined Data, and
|
||||
* undefined Data)
|
||||
* gets the total number of CodeUnits (Instructions and defined Data)
|
||||
*
|
||||
* @return the total number of CodeUnits in the listing.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user