You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2015/05/21 11:58:14 UTC

[2/2] jena git commit: Merge branch 'CleanupElephas' of https://github.com/ajs6f/jena

Merge branch 'CleanupElephas' of https://github.com/ajs6f/jena

This close #67


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/11f87bfd
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/11f87bfd
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/11f87bfd

Branch: refs/heads/master
Commit: 11f87bfd4087bf028fe4fdd14d644b3b28620013
Parents: 36dcea5 5915022
Author: Rob Vesse <rv...@apache.org>
Authored: Thu May 21 10:57:55 2015 +0100
Committer: Rob Vesse <rv...@apache.org>
Committed: Thu May 21 10:57:55 2015 +0100

----------------------------------------------------------------------
 .../hadoop/rdf/io/input/QuadsInputFormat.java   |  5 +---
 .../hadoop/rdf/io/input/TriplesInputFormat.java |  5 +---
 .../rdf/io/input/TriplesOrQuadsInputFormat.java |  5 +---
 .../io/input/jsonld/JsonLDQuadInputFormat.java  |  5 +---
 .../input/jsonld/JsonLDTripleInputFormat.java   |  5 +---
 .../input/nquads/BlockedNQuadsInputFormat.java  |  5 +---
 .../rdf/io/input/nquads/NQuadsInputFormat.java  |  5 +---
 .../nquads/WholeFileNQuadsInputFormat.java      |  5 +---
 .../ntriples/BlockedNTriplesInputFormat.java    |  5 +---
 .../io/input/ntriples/NTriplesInputFormat.java  |  5 +---
 .../ntriples/WholeFileNTriplesInputFormat.java  |  5 +---
 .../io/input/rdfjson/RdfJsonInputFormat.java    |  5 +---
 .../rdf/io/input/rdfxml/RdfXmlInputFormat.java  |  5 +---
 .../AbstractBlockBasedNodeTupleReader.java      | 10 ++++----
 .../AbstractLineBasedNodeTupleReader.java       | 12 +++++-----
 .../AbstractWholeFileNodeTupleReader.java       | 10 ++++----
 .../io/input/thrift/ThriftQuadInputFormat.java  |  5 +---
 .../input/thrift/ThriftTripleInputFormat.java   |  5 +---
 .../rdf/io/input/trig/TriGInputFormat.java      |  5 +---
 .../rdf/io/input/trix/TriXInputFormat.java      |  5 +---
 .../rdf/io/input/turtle/TurtleInputFormat.java  |  5 +---
 .../rdf/io/output/AbstractNodeOutputFormat.java |  4 ++--
 .../output/AbstractNodeTupleOutputFormat.java   |  4 ++--
 .../writers/AbstractBatchedNodeTupleWriter.java |  4 ++--
 .../AbstractLineBasedNodeTupleWriter.java       |  5 ++--
 .../io/output/writers/AbstractNodeWriter.java   |  5 ++--
 .../AbstractStreamRdfNodeTupleWriter.java       |  6 ++---
 .../AbstractWholeFileNodeTupleWriter.java       |  4 ++--
 .../registry/readers/JsonLDReaderFactory.java   |  6 ++---
 .../registry/readers/NQuadsReaderFactory.java   |  4 +---
 .../registry/readers/NTriplesReaderFactory.java |  3 +--
 .../registry/readers/RdfJsonReaderFactory.java  |  4 +---
 .../registry/readers/RdfXmlReaderFactory.java   |  4 +---
 .../registry/readers/ThriftReaderFactory.java   |  6 ++---
 .../io/registry/readers/TriGReaderFactory.java  |  4 +---
 .../io/registry/readers/TriXReaderFactory.java  |  4 +---
 .../registry/readers/TurtleReaderFactory.java   |  4 +---
 .../registry/writers/JsonLDWriterFactory.java   |  7 ++----
 .../registry/writers/NQuadsWriterFactory.java   |  4 +---
 .../registry/writers/NTriplesWriterFactory.java |  4 +---
 .../registry/writers/RdfJsonWriterFactory.java  |  4 +---
 .../registry/writers/RdfXmlWriterFactory.java   |  4 +---
 .../registry/writers/ThriftWriterFactory.java   |  7 ++----
 .../io/registry/writers/TriGWriterFactory.java  |  4 +---
 .../io/registry/writers/TriXWriterFactory.java  |  4 +---
 .../registry/writers/TurtleWriterFactory.java   |  4 +---
 .../AbstractNodeTupleInputFormatTests.java      | 25 +++++++++-----------
 .../AbstractWholeFileQuadInputFormatTests.java  |  2 +-
 .../io/input/bnodes/AbstractBlankNodeTests.java |  2 --
 ...CompressedWholeFileQuadInputFormatTests.java |  2 +-
 .../apache/jena/hadoop/rdf/stats/RdfStats.java  |  5 ++--
 51 files changed, 85 insertions(+), 186 deletions(-)
----------------------------------------------------------------------