Skip to content

Commit

Permalink
Normalize setter Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 31, 2023
1 parent 6c27bc5 commit 848a77f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public interface RDFSyntax {
String mediaType();

/**
* Set of <a href="https://tools.ietf.org/html/rfc2046">IANA media types</a> that
* Sets of <a href="https://tools.ietf.org/html/rfc2046">IANA media types</a> that
* covers this RDF syntax, including any non-official media types.
* <p>
* The media type can be used as part of <code>Content-Type</code> and
Expand Down Expand Up @@ -158,7 +158,7 @@ default Set<String> mediaTypes() {
String fileExtension();

/**
* Set of file extensions for this RDF syntax, including any non-official extensions.
* Sets of file extensions for this RDF syntax, including any non-official extensions.
* <p>
* The file extension includes the leading period, e.g. <code>.jsonld</code>
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public ParserConfig getParserConfig() {
}

/**
* Set an RDF4J {@link ParserConfig} to use
* Sets an RDF4J {@link ParserConfig} to use
*
* @param parserConfig
* Parser configuration
Expand Down

0 comments on commit 848a77f

Please sign in to comment.