This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-validator.git
The following commit(s) were added to refs/heads/master by this push: new dcaa6a64 Javadoc @since tag should be after @throws dcaa6a64 is described below commit dcaa6a64e628d09ba714d0ff722cdd2ef1ebc669 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 22 09:13:56 2025 -0400 Javadoc @since tag should be after @throws --- src/main/java/org/apache/commons/validator/FormSet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/validator/FormSet.java b/src/main/java/org/apache/commons/validator/FormSet.java index e1dcd604..a4bb8d82 100644 --- a/src/main/java/org/apache/commons/validator/FormSet.java +++ b/src/main/java/org/apache/commons/validator/FormSet.java @@ -224,9 +224,9 @@ public class FormSet implements Serializable { * {@code LANGUAGE_FORMSET},{@code COUNTRY_FORMSET} or {@code VARIANT_FORMSET}. * * @return The type value - * @since 1.2.0 * @throws NullPointerException if there is inconsistency in the locale * definition (not sure about this) + * @since 1.2.0 */ protected int getType() { final String myLanguage = getLanguage();