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-io.git
commit cf61b419a81f7b3ccb4e5391f15ce0d682654619 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Sep 17 15:26:58 2022 -0400 Make new class final --- src/main/java/org/apache/commons/io/function/Uncheck.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/function/Uncheck.java b/src/main/java/org/apache/commons/io/function/Uncheck.java index 89ca0d49..e18937f8 100644 --- a/src/main/java/org/apache/commons/io/function/Uncheck.java +++ b/src/main/java/org/apache/commons/io/function/Uncheck.java @@ -25,7 +25,7 @@ import java.io.UncheckedIOException; * * @since 2.12.0 */ -public class Uncheck { +public final class Uncheck { /** * Accepts an IO consumer with the given arguments.