This is an automated email from the ASF dual-hosted git repository. deepak pushed a commit to branch remove-xml-rpc in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 21f42c135bd1468c02faffcc87f40278d068ab79 Author: Deepak Dixit <deepak.di...@hotwax.co> AuthorDate: Wed Apr 26 12:45:38 2023 +0530 Removed unused imports --- .../common/src/main/java/org/apache/ofbiz/common/CommonServices.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/framework/common/src/main/java/org/apache/ofbiz/common/CommonServices.java b/framework/common/src/main/java/org/apache/ofbiz/common/CommonServices.java index 817c774e27..22b832bcf9 100644 --- a/framework/common/src/main/java/org/apache/ofbiz/common/CommonServices.java +++ b/framework/common/src/main/java/org/apache/ofbiz/common/CommonServices.java @@ -18,9 +18,6 @@ *******************************************************************************/ package org.apache.ofbiz.common; -import static org.apache.ofbiz.base.util.UtilGenerics.checkCollection; -import static org.apache.ofbiz.base.util.UtilGenerics.checkMap; - import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream;