We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787846c commit a7f062fCopy full SHA for a7f062f
1 file changed
core/rio/api/src/main/java/org/eclipse/rdf4j/rio/helpers/RDFaParserSettings.java
@@ -23,6 +23,8 @@ public class RDFaParserSettings {
23
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}.
30
*/
0 commit comments