You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/12 21:10:23 UTC

[commons-io] 01/04: Make package-private class final

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 cf6beed92a6680eecffecb7ab40b18fa7cc55a81
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 12 14:05:05 2022 -0700

    Make package-private class final
---
 src/main/java/org/apache/commons/io/function/Constants.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/io/function/Constants.java b/src/main/java/org/apache/commons/io/function/Constants.java
index a094710e..6ad3a63c 100644
--- a/src/main/java/org/apache/commons/io/function/Constants.java
+++ b/src/main/java/org/apache/commons/io/function/Constants.java
@@ -20,7 +20,7 @@ package org.apache.commons.io.function;
 /**
  * Defines package-private constants.
  */
-class Constants {
+final class Constants {
 
     /**
      * No-op singleton.