This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-apiregions.git
The following commit(s) were added to refs/heads/master by this push:
new 120c823 Fix typo in javadocs
120c823 is described below
commit 120c823b0981392aef48bdb17930328123557007
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Feb 3 16:39:40 2026 +0100
Fix typo in javadocs
---
.../sling/feature/extension/apiregions/api/artifacts/VersionRule.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/feature/extension/apiregions/api/artifacts/VersionRule.java
b/src/main/java/org/apache/sling/feature/extension/apiregions/api/artifacts/VersionRule.java
index 3d7bf65..e8bf621 100755
---
a/src/main/java/org/apache/sling/feature/extension/apiregions/api/artifacts/VersionRule.java
+++
b/src/main/java/org/apache/sling/feature/extension/apiregions/api/artifacts/VersionRule.java
@@ -321,7 +321,7 @@ public class VersionRule extends AttributeableEntity {
* Set the enforce on information. This must be a date in the format
'YYYY-MM-DD'.
* @param enforceOn The new info or {@code null} to remove it
* @since 2.1.0
- * @throw IllegalArgumentException If the format is not correct
+ * @throws IllegalArgumentException If the format is not correct
*/
public void setEnforceOn(final String enforceOn) {
if (enforceOn == null || parseDate(enforceOn) != null) {