afs commented on code in PR #2726: URL: https://github.com/apache/jena/pull/2726#discussion_r1774055223
########## jena-arq/src/main/java/org/apache/jena/riot/tokens/TokenizerText.java: ########## @@ -35,37 +35,35 @@ /** * Tokenizer for the Turtle family of syntaxes. - * Supports addition tokens. + * Supports additional tokens. */ public final class TokenizerText implements Tokenizer { - // Drop through to final general symbol/keyword reader, including <=, != - // Care with <= - // Policy driven for CURIES? - - private static final int CTRL_CHAR = CH_STAR; - - // The code has the call points for checking tokens but it is generally better to + // The code has the call points for checking tokens but it is generally better to Review Comment: Fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For additional commands, e-mail: pr-h...@jena.apache.org