Skip to content

Commit 4a3932b

Browse files
authored
Merge pull request #159 from OpenHFT/codex/improve-documentation-in-charsequencefieldmodel.java
Document UTF-8 constraints for CharSequence fields
2 parents e2c66a7 + 9b1335a commit 4a3932b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/net/openhft/chronicle/values/CharSequenceFieldModel.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
/**
3434
* Field model for {@code CharSequence}-based types.
3535
*
36+
3637
* <p>One accessor parameter must carry {@link MaxUtf8Length}. The value
3738
* denotes the maximum number of UTF-8 bytes reserved for the field. The native
3839
* encoding stores a stop bit length prefix followed by the configured number of

0 commit comments

Comments
 (0)