File tree Expand file tree Collapse file tree
core/rio/api/src/main/java/org/eclipse/rdf4j/rio/helpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ public class RDFaParserSettings {
3535
3636 /**
3737 * Enables or disables <a href= "http://www.w3.org/TR/2012/REC-rdfa-core-20120607/#s_vocab_expansion" >vocabulary
38- * expansion</a> feature.
38+ * expansion</a> feature. Note that although these settings are not used within RDF4J, they are in use by external
39+ * plugins.
3940 * <p>
4041 * Defaults to false
4142 * <p>
4243 * Can be overridden by setting system property {@code org.eclipse.rdf4j.rio.rdfa.vocab_expansion}.
4344 *
4445 * @see <a href="http://www.w3.org/TR/2012/REC-rdfa-core-20120607/#s_vocab_expansion">RDFa Vocabulary Expansion</a>
4546 */
46- @ Deprecated (since = "4.3.0" , forRemoval = true )
4747 public static final BooleanRioSetting VOCAB_EXPANSION_ENABLED = new BooleanRioSetting (
4848 "org.eclipse.rdf4j.rio.rdfa.vocab_expansion" , "Vocabulary Expansion" , Boolean .FALSE );
4949
You can’t perform that action at this time.
0 commit comments