We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8538458 commit c07bc82Copy full SHA for c07bc82
2 files changed
src/main/java/org/apache/commons/lang3/SystemProperties.java
@@ -1224,10 +1224,10 @@ public final class SystemProperties {
1224
/**
1225
* The System property name {@value}.
1226
*
1227
- * @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">jdk.xml.entityReplacementLimi_t</a>
+ * @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">jdk.xml.entityReplacementLimit</a>
1228
* @since 3.15.0
1229
*/
1230
- public static final String JDK_XML_ENTITY_REPLACEMENT_LIMIT = "jdk.xml.entityReplacementLimi_t";
+ public static final String JDK_XML_ENTITY_REPLACEMENT_LIMIT = "jdk.xml.entityReplacementLimit";
1231
1232
1233
0 commit comments