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:38 UTC

[40/50] [abbrv] incubator-commonsrdf git commit: BlankNode Javadoc: sneaky paragraph

BlankNode Javadoc: sneaky paragraph


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

Branch: refs/heads/master
Commit: 0b49734008169259804b72db94e969fd67e67947
Parents: 44f878d
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Feb 5 23:11:33 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Feb 5 23:11:33 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/0b497340/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 c083cbc..f0162c6 100644
--- a/api/src/main/java/com/github/commonsrdf/api/BlankNode.java
+++ b/api/src/main/java/com/github/commonsrdf/api/BlankNode.java
@@ -29,14 +29,16 @@ package com.github.commonsrdf.api;
  * <p>
  * Also note that: 
  * <blockquote cite="http://www.w3.org/TR/rdf11-concepts/#dfn-blank-node-identifier">
- *   <a href="http://www.w3.org/TR/rdf11-concepts/#dfn-blank-node-identifier">Blank node identifiers</a>
- *   are local identifiers that are used in
+ * <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
- * locally scoped to the file or RDF store, and are not persistent or portable
+ * <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
  * abstract syntax, but are entirely dependent on the concrete syntax or
- * implementation. The syntactic restrictions on blank node identifiers, if any,
+ * implementation.
+ * The syntactic restrictions on blank node identifiers, if any,
  * therefore also depend on the concrete RDF syntax or 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