Skip to content

Commit

Permalink
GP-0: Updating javadoc for DataTypeComponent.getLength() (Closes #6498)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmkurtz committed May 16, 2024
1 parent d4f927f commit 8b5f6da
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ public interface DataTypeComponent {
public int getEndOffset();

/**
* Get the length of this component. Zero-length components will report a length of 0
* and may overlap other components at the same offset. Similarly, multiple adjacent
* Get the length of this component in 8-bit bytes. Zero-length components will report a length
* of 0 and may overlap other components at the same offset. Similarly, multiple adjacent
* bit-field components may appear to overlap at the byte-level.
* @return the length of this component
* @return the length of this component in 8-bit bytes
*/
public int getLength();

Expand Down

0 comments on commit 8b5f6da

Please sign in to comment.