From dbce141a906163a48c14c6010611013e4954f7ca Mon Sep 17 00:00:00 2001 From: dan-s1 Date: Wed, 15 Jul 2026 17:53:22 +0000 Subject: [PATCH] NIFI-16118 Added Checkstyle rules to prevent the use of unnecessary semicolons in Enums and try with resources --- checkstyle.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/checkstyle.xml b/checkstyle.xml index ee8f7845fdce..894fefd3099b 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -125,7 +125,10 @@ - + + + +