You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/05/30 19:30:37 UTC

[commons-rdf] branch master updated: Javadoc: Use "file name" instead of "filename".

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a20e1a  Javadoc: Use "file name" instead of "filename".
2a20e1a is described below

commit 2a20e1abf2cae77d0391fd2cba7dac701149e5c6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 30 15:30:31 2019 -0400

    Javadoc: Use "file name" instead of "filename".
---
 .../org/apache/commons/rdf/simple/experimental/AbstractRDFParser.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-rdf-simple/src/main/java/org/apache/commons/rdf/simple/experimental/AbstractRDFParser.java b/commons-rdf-simple/src/main/java/org/apache/commons/rdf/simple/experimental/AbstractRDFParser.java
index 0ef4d68..a5d3624 100644
--- a/commons-rdf-simple/src/main/java/org/apache/commons/rdf/simple/experimental/AbstractRDFParser.java
+++ b/commons-rdf-simple/src/main/java/org/apache/commons/rdf/simple/experimental/AbstractRDFParser.java
@@ -495,7 +495,7 @@ public abstract class AbstractRDFParser<T extends AbstractRDFParser<T>> implemen
      * for <code>archive.tar.gz</code> would be <code>.gz</code>
      *
      * @param path
-     *            Path which filename might contain an extension
+     *            Path which file name might contain an extension
      * @return File extension (including the leading <code>.</code>, or
      *         {@link Optional#empty()} if the path has no extension
      */