Corrected javadoc syntax/links

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

Branch: refs/heads/parser-with-quads
Commit: bfcead4f8ac403686cf136a59c598b07d6526a33
Parents: 7201668
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Sep 13 00:08:44 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Sep 13 00:11:20 2016 +0100

----------------------------------------------------------------------
 .../apache/commons/rdf/simple/AbstractRDFParserBuilder.java    | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/bfcead4f/simple/src/main/java/org/apache/commons/rdf/simple/AbstractRDFParserBuilder.java
----------------------------------------------------------------------
diff --git 
a/simple/src/main/java/org/apache/commons/rdf/simple/AbstractRDFParserBuilder.java
 
b/simple/src/main/java/org/apache/commons/rdf/simple/AbstractRDFParserBuilder.java
index 0dc0e67..9e97487 100644
--- 
a/simple/src/main/java/org/apache/commons/rdf/simple/AbstractRDFParserBuilder.java
+++ 
b/simple/src/main/java/org/apache/commons/rdf/simple/AbstractRDFParserBuilder.java
@@ -369,10 +369,6 @@ public abstract class AbstractRDFParserBuilder<T extends 
AbstractRDFParserBuilde
         * One of the source fields MUST be present, as checked by {@link 
#checkSource()}.
         * <p>
         * {@link #checkBaseRequired()} is called to verify if {@link 
#getBase()} is required.
-        * <p>
-        * When this method is called, {@link #intoGraph} MUST always be 
present, as
-        * that is where the parsed triples MUST be inserted into.
-        * <p>
         * 
         * @throws IOException If the source could not be read 
         * @throws RDFParseException If the source could not be parsed (e.g. a 
.ttl file was not valid Turtle)
@@ -384,7 +380,7 @@ public abstract class AbstractRDFParserBuilder<T extends 
AbstractRDFParserBuilde
         * completed.
         * <p>
         * The returned clone will always have
-        * {@link #getIntoGraph()} and {@link #getRdfTermFactory()} present.
+        * {@link #getTarget()} and {@link #getRdfTermFactory()} present.
         * <p>
         * If the {@link #getSourceFile()} is present, but the 
         * {@link #getBase()} is not present, the base will be set to the

Reply via email to