You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by wi...@apache.org on 2015/03/27 19:15:39 UTC

[41/50] [abbrv] incubator-commonsrdf git commit: BlankNode javadoc: Make two blockquotes similar in typography

BlankNode javadoc: Make two blockquotes similar in typography


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/a140621d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/a140621d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/a140621d

Branch: refs/heads/master
Commit: a140621d7510762cdc6f9c9e1dfb5d0281b3ddcd
Parents: 0b49734
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Feb 5 23:16:13 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Feb 5 23:16:13 2015 +0000

----------------------------------------------------------------------
 .../main/java/com/github/commonsrdf/api/BlankNode.java  | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/a140621d/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 f0162c6..37819fc 100644
--- a/api/src/main/java/com/github/commonsrdf/api/BlankNode.java
+++ b/api/src/main/java/com/github/commonsrdf/api/BlankNode.java
@@ -32,8 +32,10 @@ package com.github.commonsrdf.api;
  * <a href="http://www.w3.org/TR/rdf11-concepts/#dfn-blank-node-identifier">Blank node identifiers</a>
  * are local identifiers that are used in
  * some concrete RDF syntaxes or RDF store implementations. They are always
- * <em>locally scoped</em> to the file or RDF store, and are not persistent or portable
- * identifiers for blank nodes. Blank node identifiers are not part of the RDF
+ * <em>locally scoped</em> to the file or RDF store, and are <em>not</em> persistent 
+ * or portable
+ * identifiers for blank nodes. Blank node identifiers are <em>not</em> 
+ * part of the RDF
  * abstract syntax, but are entirely dependent on the concrete syntax or
  * implementation.
  * The syntactic restrictions on blank node identifiers, if any,
@@ -103,10 +105,12 @@ public interface BlankNode extends BlankNodeOrIRI {
 	 * of the RDF abstract syntax, but are entirely dependent on the concrete
 	 * syntax or implementation. The syntactic restrictions on blank node
 	 * identifiers, if any, therefore also depend on the concrete RDF syntax or
-	 * implementation. Implementations that handle blank node identifiers in
+	 * implementation. 
+	 * <p>Implementations that handle blank node identifiers in
 	 * concrete syntaxes need to be careful not to create the same blank node
 	 * from multiple occurrences of the same blank node identifier except in
-	 * situations where this is supported by the syntax. </blockquote>
+	 * situations where this is supported by the syntax. 
+	 * </blockquote>
 	 * <p>
 	 * Implementations MUST check the local scope, as two BlankNode in different
 	 * Graphs MUST differ. On the other hand, two BlankNodes found in triples of