This is an automated email from the ASF dual-hosted git repository.
deepak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push:
new 66e25e0c9 Fixed checkstyle error
66e25e0c9 is described below
commit 66e25e0c960d2567a3b15d4d8ee73446dbbe17bc
Author: Deepak Dixit <[email protected]>
AuthorDate: Mon Aug 25 11:18:50 2025 +0530
Fixed checkstyle error
---
.../src/main/java/org/apache/ofbiz/ws/rs/core/OFBizApiConfig.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/rest-api/src/main/java/org/apache/ofbiz/ws/rs/core/OFBizApiConfig.java
b/rest-api/src/main/java/org/apache/ofbiz/ws/rs/core/OFBizApiConfig.java
index 2d42a09ac..bec8bf94d 100644
--- a/rest-api/src/main/java/org/apache/ofbiz/ws/rs/core/OFBizApiConfig.java
+++ b/rest-api/src/main/java/org/apache/ofbiz/ws/rs/core/OFBizApiConfig.java
@@ -97,9 +97,9 @@ public class OFBizApiConfig extends ResourceConfig {
}
String path = api.getPath();
if (MICRO_APIS.containsKey(path)) {
- Debug.logWarning("Duplicate REST API definition
detected for path: " + path +
- " at location " + apiSchemaF +
- ". Overriding existing entry from
component: " + cName, MODULE);
+ Debug.logWarning("Duplicate REST API definition
detected for path: " + path
+ + " at location " + apiSchemaF
+ + ". Overriding existing entry from
component: " + cName, MODULE);
} else {
Debug.logInfo("Processing REST API path: " + path
+ " from component " + cName, MODULE);
}