Return-Path: X-Original-To: apmail-commonsrdf-commits-archive@minotaur.apache.org Delivered-To: apmail-commonsrdf-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B180317B70 for ; Fri, 27 Mar 2015 18:15:21 +0000 (UTC) Received: (qmail 31838 invoked by uid 500); 27 Mar 2015 18:15:21 -0000 Delivered-To: apmail-commonsrdf-commits-archive@commonsrdf.apache.org Received: (qmail 31768 invoked by uid 500); 27 Mar 2015 18:15:21 -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 31709 invoked by uid 99); 27 Mar 2015 18:15:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2015 18:15:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 27 Mar 2015 18:15:20 +0000 Received: (qmail 30580 invoked by uid 99); 27 Mar 2015 18:15:00 -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, 27 Mar 2015 18:15:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ED59FE2F44; Fri, 27 Mar 2015 18:14:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wikier@apache.org To: commits@commonsrdf.incubator.apache.org Date: Fri, 27 Mar 2015 18:15:43 -0000 Message-Id: <3c7c3c45b0fe47f58a8aee48d0abb0fb@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [45/50] [abbrv] incubator-commonsrdf git commit: remove cite attributes from blockquote that are not recognised on some systems X-Virus-Checked: Checked by ClamAV on apache.org remove cite attributes from blockquote that are not recognised on some systems Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/e225d55c Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/e225d55c Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/e225d55c Branch: refs/heads/master Commit: e225d55cd7687acbe4693e12cb2cff5ffe96ca6b Parents: 0070e2b Author: Peter Ansell Authored: Thu Feb 26 14:02:31 2015 +1100 Committer: Peter Ansell Committed: Thu Feb 26 14:02:31 2015 +1100 ---------------------------------------------------------------------- api/src/main/java/com/github/commonsrdf/api/BlankNode.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/e225d55c/api/src/main/java/com/github/commonsrdf/api/BlankNode.java ---------------------------------------------------------------------- diff --git a/api/src/main/java/com/github/commonsrdf/api/BlankNode.java b/api/src/main/java/com/github/commonsrdf/api/BlankNode.java index 37819fc..6ab326e 100644 --- a/api/src/main/java/com/github/commonsrdf/api/BlankNode.java +++ b/api/src/main/java/com/github/commonsrdf/api/BlankNode.java @@ -20,7 +20,7 @@ package com.github.commonsrdf.api; * and Abstract Syntax, a W3C Recommendation published on 25 February 2014.
*

* Note: - *

+ *
* Blank nodes * are disjoint from IRIs and literals. Otherwise, the * set of possible blank nodes is arbitrary. RDF makes no reference to any @@ -28,7 +28,7 @@ package com.github.commonsrdf.api; *
*

* Also note that: - *

+ *
* Blank node identifiers * are local identifiers that are used in * some concrete RDF syntaxes or RDF store implementations. They are always