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:40 UTC

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

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(-)