COMMONSRDF-6 clarify uniqueness per instance

Remove <p> as it relates to the previous sentence


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

Branch: refs/heads/master
Commit: 5be69eb6d5854cddc56ab25c9369aa271c90579c
Parents: 97bec03
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Apr 24 12:08:31 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Apr 24 12:08:31 2015 +0100

----------------------------------------------------------------------
 api/src/main/java/org/apache/commons/rdf/api/RDFTermFactory.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/5be69eb6/api/src/main/java/org/apache/commons/rdf/api/RDFTermFactory.java
----------------------------------------------------------------------
diff --git a/api/src/main/java/org/apache/commons/rdf/api/RDFTermFactory.java 
b/api/src/main/java/org/apache/commons/rdf/api/RDFTermFactory.java
index a4990e0..bcba337 100644
--- a/api/src/main/java/org/apache/commons/rdf/api/RDFTermFactory.java
+++ b/api/src/main/java/org/apache/commons/rdf/api/RDFTermFactory.java
@@ -60,7 +60,6 @@ public interface RDFTermFactory {
      * {@link BlankNode}s created using this method with the same
      * <code>name</code> parameter MUST be equivalent according to
      * {@link BlankNode#equals(Object)},
-     * <p>
      * The returned BlankNode MUST NOT be equal to any other
      * <code>BlankNode</code> instances returned from this instance.
      * <p>

Reply via email to