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 63156623d Comment out unused import, ServerProperties.TRACING will be
helpful while debugging
63156623d is described below
commit 63156623d48341d57399ba19627316a2d08437ad
Author: Deepak Dixit <[email protected]>
AuthorDate: Thu Aug 21 00:43:58 2025 +0530
Comment out unused import, ServerProperties.TRACING will be helpful while
debugging
---
rest-api/src/main/java/org/apache/ofbiz/ws/rs/core/OFBizApiConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 7ba34991f..cc554c964 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
@@ -27,7 +27,7 @@ import java.util.logging.Level;
import java.util.logging.Logger;
import jakarta.ws.rs.HttpMethod;
-import org.glassfish.jersey.server.ServerProperties;
+//import org.glassfish.jersey.server.ServerProperties;
import jakarta.ws.rs.core.MediaType;
import org.apache.ofbiz.base.component.ComponentConfig;