This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit 79971c14061563e61a0e39a53987e8f3adf1a4ef Author: Andy Seaborne <[email protected]> AuthorDate: Wed Oct 30 09:40:46 2024 +0000 Javadoc (BlockUTF8) --- jena-base/src/main/java/org/apache/jena/atlas/io/BlockUTF8.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jena-base/src/main/java/org/apache/jena/atlas/io/BlockUTF8.java b/jena-base/src/main/java/org/apache/jena/atlas/io/BlockUTF8.java index 9a64c0bd9a..356297be59 100644 --- a/jena-base/src/main/java/org/apache/jena/atlas/io/BlockUTF8.java +++ b/jena-base/src/main/java/org/apache/jena/atlas/io/BlockUTF8.java @@ -28,7 +28,7 @@ import java.nio.CharBuffer; * This code is just the UTF-8 encoding rules - it does not check for legality * of the Unicode data. The standard codecs do, so do not round-trip with binary * compatibility. (Example: a single element of a surrogate pair will - * be encoded/decoded without lost.) + * be encoded/decoded without lose.) * * The usual Charset encoders/decoders can be expensive to start up - they are also * not thread safe. Sometimes we want to convert 10's of chars and UTF-8 can be
