This is an automated email from the ASF dual-hosted git repository. deepak pushed a commit to branch release24.09 in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
commit e0bad10e078a26a3e8347ced04cb4b61cad869cb Author: Deepak Dixit <[email protected]> AuthorDate: Sat Aug 23 12:53:49 2025 +0530 Fixed checkstyle error --- .../src/main/java/org/apache/ofbiz/ws/rs/ServiceNameContextHolder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api/src/main/java/org/apache/ofbiz/ws/rs/ServiceNameContextHolder.java b/rest-api/src/main/java/org/apache/ofbiz/ws/rs/ServiceNameContextHolder.java index 305badc2b..14d4cbd9a 100644 --- a/rest-api/src/main/java/org/apache/ofbiz/ws/rs/ServiceNameContextHolder.java +++ b/rest-api/src/main/java/org/apache/ofbiz/ws/rs/ServiceNameContextHolder.java @@ -50,4 +50,4 @@ public final class ServiceNameContextHolder { public static void clear() { SERVICE_NAME.remove(); } -} \ No newline at end of file +}

