GP-0: Fixing javadoc for Listing.getNumCodeUnits() (Closes #9148)

This commit is contained in:
Ryan Kurtz
2026-05-04 11:51:39 -04:00
parent a86a9ce474
commit 3262c7f1bf
@@ -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.
*/