Skip to content

Commit 4f2f5c4

Browse files
committed
Run mvn process-resources to fix formatting
1 parent 57102d1 commit 4f2f5c4

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

core/rio/api/src/main/java/org/eclipse/rdf4j/rio/helpers/RDFaParserSettings.java

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@
2222
public class RDFaParserSettings {
2323

2424
/**
25-
* Boolean setting for parser to determine the RDFa version to use when processing the document.
26-
* Note that although these settings are not used within RDF4J, they are in use by external plugins.
27-
* @see <a href="https://github.com/eclipse-rdf4j/rdf4j/issues/4779">https://github.com/eclipse-rdf4j/rdf4j/issues/4779</a>
28-
* <p>
29-
* Defaults to {@link RDFaVersion#RDFA_1_0}.
25+
* Boolean setting for parser to determine the RDFa version to use when processing the document. Note that although
26+
* these settings are not used within RDF4J, they are in use by external plugins.
27+
*
28+
* @see <a href=
29+
* "https://github.com/eclipse-rdf4j/rdf4j/issues/4779">https://github.com/eclipse-rdf4j/rdf4j/issues/4779</a>
30+
* <p>
31+
* Defaults to {@link RDFaVersion#RDFA_1_0}.
3032
*/
3133
public static final RioSetting<RDFaVersion> RDFA_COMPATIBILITY = new RioSettingImpl<>(
3234
"org.eclipse.rdf4j.rio.rdfa.version", "RDFa Version Compatibility", RDFaVersion.RDFA_1_0);

core/rio/api/src/main/java/org/eclipse/rdf4j/rio/helpers/RDFaVersion.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
package org.eclipse.rdf4j.rio.helpers;
1212

1313
/**
14-
* Enumeration for tracking versions of the RDFa specification to specify processing capabilities of RDFa modules.
15-
* Note that although these settings are not used within RDF4J, they are in use by external plugins.
16-
* @see <a href="https://github.com/eclipse-rdf4j/rdf4j/issues/4779">https://github.com/eclipse-rdf4j/rdf4j/issues/4779</a>
14+
* Enumeration for tracking versions of the RDFa specification to specify processing capabilities of RDFa modules. Note
15+
* that although these settings are not used within RDF4J, they are in use by external plugins.
16+
*
17+
* @see <a href=
18+
* "https://github.com/eclipse-rdf4j/rdf4j/issues/4779">https://github.com/eclipse-rdf4j/rdf4j/issues/4779</a>
1719
*
1820
* @author Peter Ansell
1921
*/

0 commit comments

Comments
 (0)