javadoc typos

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

Branch: refs/heads/master
Commit: 13a6b07d864e7a4693139f5f75e85dd66c09b5fd
Parents: df35ebc
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Apr 3 03:12:08 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Apr 3 03:12:08 2016 +0100

----------------------------------------------------------------------
 .../apache/commons/rdf/simple/AbstractRDFParserBuilder.java   | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/13a6b07d/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 34aeb5a..2430d26 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
@@ -258,9 +258,12 @@ public abstract class AbstractRDFParserBuilder implements 
RDFParserBuilder, Clon
         * Check that one and only one source is present and valid.
         * <p>
         * Used by {@link #parse()}.
+        * <p>
+        * Subclasses might override this method, e.g. to support other
+        * source combinations, or to check if the sourceIri is 
+        * resolvable. 
         * 
-        * @param iri
-        * @throws IOException
+        * @throws IOException If a source file can't be read
         */
        protected void checkSource() throws IOException {
                if (!sourceFile.isPresent() && !sourceInputStream.isPresent() 
&& !sourceIri.isPresent()) {

Reply via email to