COMMONSRDF-47: avoid giving impression of extension

See https://github.com/apache/commons-rdf/pull/27#discussion_r95894599


Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/e39dc2f4
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/e39dc2f4
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/e39dc2f4

Branch: refs/heads/master
Commit: e39dc2f43fb6ca52b781bd3ef5d06877f58d05e6
Parents: c04864b
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Feb 9 00:43:41 2017 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Feb 9 00:43:41 2017 +0000

----------------------------------------------------------------------
 api/src/main/java/org/apache/commons/rdf/api/RDFSyntax.java | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/e39dc2f4/api/src/main/java/org/apache/commons/rdf/api/RDFSyntax.java
----------------------------------------------------------------------
diff --git a/api/src/main/java/org/apache/commons/rdf/api/RDFSyntax.java 
b/api/src/main/java/org/apache/commons/rdf/api/RDFSyntax.java
index 70048e1..3bd1249 100644
--- a/api/src/main/java/org/apache/commons/rdf/api/RDFSyntax.java
+++ b/api/src/main/java/org/apache/commons/rdf/api/RDFSyntax.java
@@ -184,8 +184,7 @@ public interface RDFSyntax {
      * <code>text/turtle; charset=ascii</code>, only the part of the string to
      * before <code>;</code> is considered.
      * <p>
-     * The list of syntaxes supported is at least those returned by
-     * {@link #w3cSyntaxes()}.
+     * This method support all syntaxes returned by {@link #w3cSyntaxes()}.
      * 
      * @param mediaType
      *            The media type to match
@@ -207,8 +206,7 @@ public interface RDFSyntax {
      * might not be equal to the {@link RDFSyntax#fileExtension} of the 
returned
      * RDFSyntax.
      * <p>
-     * The list of syntaxes supported is at least those returned by
-     * {@link #w3cSyntaxes()}.
+     * This method support all syntaxes returned by {@link #w3cSyntaxes()}.
      * 
      * @param fileExtension
      *            The fileExtension to match, starting with <code>.</code>
@@ -226,8 +224,7 @@ public interface RDFSyntax {
     /**
      * Return the RDFSyntax with the specified {@link #name()}.
      * <p>
-     * The list of syntaxes supported is at least those returned by
-     * {@link #w3cSyntaxes()}
+     * This method support all syntaxes returned by {@link #w3cSyntaxes()}.
      * 
      * @param name
      *            The name to match, , e.g. <code>"JSONLD"</code>

Reply via email to