You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2018/12/29 21:49:39 UTC

[jena] branch master updated (9bcecac -> 3faec92)

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

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


    from 9bcecac  Merge pull request #515 from acoburn/JENA-1653
     add 4b885c0  JENA-1654: Remove unused variable type
     add b96e79c  JENA-1654: use a StringBuilder in LiteralImpl#asNumber
     add 61a943d  JENA-1654: add unit test
     new 3faec92  Merge pull request #516 from kinow/use-string-builder-literalimpl

The 1 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/rdf/model/impl/LiteralImpl.java    | 13 ++++----
 .../jena/rdf/model/test/TestLiteralImpl.java       | 37 ++++++++++++++++++++++
 2 files changed, 43 insertions(+), 7 deletions(-)


[jena] 01/01: Merge pull request #516 from kinow/use-string-builder-literalimpl

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git

commit 3faec926fca82531d0d5db6429ec94c1a33d2559
Merge: 9bcecac 61a943d
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Sun Dec 30 10:49:35 2018 +1300

    Merge pull request #516 from kinow/use-string-builder-literalimpl
    
    JENA-1654: Use StringBuilder in Literal#asNumber, and remove field variable

 .../apache/jena/rdf/model/impl/LiteralImpl.java    | 13 ++++----
 .../jena/rdf/model/test/TestLiteralImpl.java       | 37 ++++++++++++++++++++++
 2 files changed, 43 insertions(+), 7 deletions(-)