Skip to content

Commit

Permalink
eclipse-rdf4jGH-4779: Un-deprecate RDFa parser setting (eclipse-rdf4j…
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad authored Jul 6, 2024
2 parents 81eb983 + a9cc8ad commit 3413423
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ public class RDFaParserSettings {

/**
* Enables or disables <a href= "http://www.w3.org/TR/2012/REC-rdfa-core-20120607/#s_vocab_expansion" >vocabulary
* expansion</a> feature.
* expansion</a> feature. Note that although these settings are not used within RDF4J, they are in use by external
* plugins.
* <p>
* Defaults to false
* <p>
* Can be overridden by setting system property {@code org.eclipse.rdf4j.rio.rdfa.vocab_expansion}.
*
* @see <a href="http://www.w3.org/TR/2012/REC-rdfa-core-20120607/#s_vocab_expansion">RDFa Vocabulary Expansion</a>
*/
@Deprecated(since = "4.3.0", forRemoval = true)
public static final BooleanRioSetting VOCAB_EXPANSION_ENABLED = new BooleanRioSetting(
"org.eclipse.rdf4j.rio.rdfa.vocab_expansion", "Vocabulary Expansion", Boolean.FALSE);

Expand Down

0 comments on commit 3413423

Please sign in to comment.