File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
core/rio/api/src/main/java/org/eclipse/rdf4j/rio/helpers Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 22
22
public class RDFaParserSettings {
23
23
24
24
/**
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}.
30
32
*/
31
33
public static final RioSetting <RDFaVersion > RDFA_COMPATIBILITY = new RioSettingImpl <>(
32
34
"org.eclipse.rdf4j.rio.rdfa.version" , "RDFa Version Compatibility" , RDFaVersion .RDFA_1_0 );
Original file line number Diff line number Diff line change 11
11
package org .eclipse .rdf4j .rio .helpers ;
12
12
13
13
/**
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>
17
19
*
18
20
* @author Peter Ansell
19
21
*/
You can’t perform that action at this time.
0 commit comments