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-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new 7dc05575 Fix typos in comments 7dc05575 is described below commit 7dc055759760ad24d1ad726bf91f4d8e7965b0d8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 21 09:15:10 2024 -0400 Fix typos in comments --- .../main/java/org/apache/commons/fileupload2/core/MultipartInput.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/MultipartInput.java b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/MultipartInput.java index cac07022..c4feac63 100644 --- a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/MultipartInput.java +++ b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/MultipartInput.java @@ -145,7 +145,7 @@ public final class MultipartInput { /** * Sets the progress notifier. * - * @param progressNotifier progress notifier.. + * @param progressNotifier progress notifier. * @return {@code this} instance. */ public Builder setProgressNotifier(final ProgressNotifier progressNotifier) {