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-exec.git

commit 42a684e46d6a35df36b9a91425df63d7455c20a0
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sat May 24 09:54:52 2025 -0400

    DebugUtils can have a private default constructor when we break BC
---
 src/conf/checkstyle-suppressions.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/conf/checkstyle-suppressions.xml 
b/src/conf/checkstyle-suppressions.xml
index 058be001..0f6721d6 100644
--- a/src/conf/checkstyle-suppressions.xml
+++ b/src/conf/checkstyle-suppressions.xml
@@ -27,4 +27,6 @@ limitations under the License.
   <suppress checks="HideUtilityClassConstructor" 
files="src[/\\]main[/\\]java[/\\]org[/\\]apache[/\\]commons[/\\]exec[/\\]util/StringUtils.java"
 />
   <!--  MapUtils can have a private default constructor when we break BC. -->
   <suppress checks="HideUtilityClassConstructor" 
files="src[/\\]main[/\\]java[/\\]org[/\\]apache[/\\]commons[/\\]exec[/\\]util/MapUtils.java"
 />
+  <!--  DebugUtils can have a private default constructor when we break BC. -->
+  <suppress checks="HideUtilityClassConstructor" 
files="src[/\\]main[/\\]java[/\\]org[/\\]apache[/\\]commons[/\\]exec[/\\]util/DebugUtils.java"
 />
 </suppressions>

Reply via email to