Skip to content

Commit c07bc82

Browse files
authored
Fix typo in SystemProperties.JDK_XML_ENTITY_REPLACEMENT_LIMIT (#1631)
Fix typo in SystemProperties.JDK_XML_ENTITY_REPLACEMENT_LIMIT.
1 parent 8538458 commit c07bc82

2 files changed

Lines changed: 214 additions & 2 deletions

File tree

src/main/java/org/apache/commons/lang3/SystemProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,10 +1224,10 @@ public final class SystemProperties {
12241224
/**
12251225
* The System property name {@value}.
12261226
*
1227-
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">jdk.xml.entityReplacementLimi_t</a>
1227+
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">jdk.xml.entityReplacementLimit</a>
12281228
* @since 3.15.0
12291229
*/
1230-
public static final String JDK_XML_ENTITY_REPLACEMENT_LIMIT = "jdk.xml.entityReplacementLimi_t";
1230+
public static final String JDK_XML_ENTITY_REPLACEMENT_LIMIT = "jdk.xml.entityReplacementLimit";
12311231

12321232
/**
12331233
* The System property name {@value}.

0 commit comments

Comments
 (0)