Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EAF3D200B9A for ; Fri, 7 Oct 2016 15:48:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E9BEB160AE9; Fri, 7 Oct 2016 13:48:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3B780160AD6 for ; Fri, 7 Oct 2016 15:48:23 +0200 (CEST) Received: (qmail 44276 invoked by uid 500); 7 Oct 2016 13:48:22 -0000 Mailing-List: contact commits-help@commonsrdf.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commonsrdf.incubator.apache.org Delivered-To: mailing list commits@commonsrdf.incubator.apache.org Received: (qmail 44267 invoked by uid 99); 7 Oct 2016 13:48:22 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2016 13:48:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 157041A0069 for ; Fri, 7 Oct 2016 13:48:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id wYgmj1xBRlFt for ; Fri, 7 Oct 2016 13:48:21 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 8F12C5FACD for ; Fri, 7 Oct 2016 13:48:20 +0000 (UTC) Received: (qmail 44222 invoked by uid 99); 7 Oct 2016 13:48:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2016 13:48:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A806EE09D0; Fri, 7 Oct 2016 13:48:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stain@apache.org To: commits@commonsrdf.incubator.apache.org Date: Fri, 07 Oct 2016 13:48:20 -0000 Message-Id: <18893c93cb1043469acfbf6c449a8f65@git.apache.org> In-Reply-To: <1eb908f48aef4f7cbf5dde6df01dedbe@git.apache.org> References: <1eb908f48aef4f7cbf5dde6df01dedbe@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/8] incubator-commonsrdf git commit: removed fromJenaGeneralized archived-at: Fri, 07 Oct 2016 13:48:24 -0000 removed fromJenaGeneralized Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/fd87f5ae Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/fd87f5ae Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/fd87f5ae Branch: refs/heads/jena Commit: fd87f5ae93fdec379feadda162a9ed41c92885de Parents: 3fdb27f Author: Stian Soiland-Reyes Authored: Fri Oct 7 09:39:23 2016 +0100 Committer: Stian Soiland-Reyes Committed: Fri Oct 7 09:39:23 2016 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/commons/rdf/jena/impl/JenaFactory.java | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/fd87f5ae/jena/src/main/java/org/apache/commons/rdf/jena/impl/JenaFactory.java ---------------------------------------------------------------------- diff --git a/jena/src/main/java/org/apache/commons/rdf/jena/impl/JenaFactory.java b/jena/src/main/java/org/apache/commons/rdf/jena/impl/JenaFactory.java index 2f75436..b349df8 100644 --- a/jena/src/main/java/org/apache/commons/rdf/jena/impl/JenaFactory.java +++ b/jena/src/main/java/org/apache/commons/rdf/jena/impl/JenaFactory.java @@ -110,10 +110,6 @@ public class JenaFactory { if (! node.isConcrete()) { throw new ConversionException("Node is not a concrete RDF Term: " + node); } - return fromJenaGeneralized(node, salt); - } - - public static JenaRDFTerm fromJenaGeneralized(Node node, UUID salt) { if (node.isURI()) { return new JenaIRIImpl(node); }