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 86C39200D3C for ; Tue, 31 Oct 2017 03:37:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 854B5160BF8; Tue, 31 Oct 2017 02:37:06 +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 C46E7160BE4 for ; Tue, 31 Oct 2017 03:37:05 +0100 (CET) Received: (qmail 29772 invoked by uid 500); 31 Oct 2017 02:37:04 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 29759 invoked by uid 99); 31 Oct 2017 02:37:04 -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; Tue, 31 Oct 2017 02:37:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 59826DFC32; Tue, 31 Oct 2017 02:37:01 +0000 (UTC) From: wikier To: dev@commons.apache.org Reply-To: dev@commons.apache.org References: In-Reply-To: Subject: [GitHub] commons-rdf pull request #42: COMMONSRDF-66: fixes RIOT exception in JenaDat... Content-Type: text/plain Message-Id: <20171031023702.59826DFC32@git1-us-west.apache.org> Date: Tue, 31 Oct 2017 02:37:01 +0000 (UTC) archived-at: Tue, 31 Oct 2017 02:37:06 -0000 Github user wikier commented on a diff in the pull request: https://github.com/apache/commons-rdf/pull/42#discussion_r147883486 --- Diff: jena/src/main/java/org/apache/commons/rdf/jena/impl/JenaDatasetImpl.java --- @@ -149,7 +149,7 @@ public long size() { @Override public String toString() { final StringWriter sw = new StringWriter(); - RDFDataMgr.write(sw, graph, Lang.NT); --- End diff -- I'd keep both, parameter and attribute, as `datasetGraph`. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org