You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/06/13 12:15:45 UTC

[jena] branch main updated (23b81bbffd -> d292129f6a)

This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


    from 23b81bbffd Merge pull request #1378 from afs/auth-general-bearer
     new 0fab1f785b GH-1379: Add EMARK as token
     new 5b49a33e37 Whitespace cleanup
     new d292129f6a Merge pull request #1380 from afs/tokens

The 9974 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/jena/riot/tokens/PrintTokenizer.java    |  24 +-
 .../java/org/apache/jena/riot/tokens/Token.java    | 288 ++++++++++-----------
 .../org/apache/jena/riot/tokens/TokenChecker.java  |  22 +-
 .../apache/jena/riot/tokens/TokenCheckerLib.java   |   6 +-
 .../org/apache/jena/riot/tokens/TokenType.java     |   6 +-
 .../org/apache/jena/riot/tokens/Tokenizer.java     |  16 +-
 .../org/apache/jena/riot/tokens/TokenizerText.java |   6 +-
 .../main/java/org/apache/jena/atlas/lib/Chars.java |   1 +
 8 files changed, 187 insertions(+), 182 deletions(-)