Skip to content

Commit a9cc8ad

Browse files
committed
Un-deprecate RDFa parser setting
1 parent 81eb983 commit a9cc8ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)