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 2018/11/26 11:10:58 UTC

[5/5] jena git commit: JENA-1639: Merge commit 'refs/pull/498/head' of https://github.com/apache/jena

JENA-1639: Merge commit 'refs/pull/498/head' of https://github.com/apache/jena

This closes #498.


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

Branch: refs/heads/master
Commit: 7ab5fe9410c26542878536f59a472d494c187de2
Parents: 1caaa04 d914372
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Nov 26 10:47:13 2018 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Nov 26 10:47:13 2018 +0000

----------------------------------------------------------------------
 .../java/org/apache/jena/rdf/model/Model.java   |   8 +-
 .../org/apache/jena/rdf/model/ModelCon.java     |  34 +++-
 .../org/apache/jena/rdf/model/Statement.java    |   6 +
 .../apache/jena/rdf/model/impl/ModelCom.java    |  12 +-
 .../jena/rdf/model/impl/StatementImpl.java      |   5 +
 .../apache/jena/rdf/model/test/TestList.java    | 171 ++++++-------------
 .../jena/permissions/model/SecuredModel.java    |  28 ++-
 .../model/impl/SecuredModelImpl.java            |  44 +++--
 .../model/impl/SecuredStatementImpl.java        |  18 +-
 9 files changed, 174 insertions(+), 152 deletions(-)
----------------------------------------------------------------------