Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Improved: Remove useless imports
(OFBIZ-11142) git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1863507 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Showing
with
0 additions
and 19 deletions.
- +0 −1 applications/content/src/main/java/org/apache/ofbiz/content/data/DataServices.java
- +0 −1 applications/content/src/main/java/org/apache/ofbiz/content/survey/SurveyWrapper.java
- +0 −1 applications/party/src/main/java/org/apache/ofbiz/party/contact/ContactMechServices.java
- +0 −1 applications/product/src/main/java/org/apache/ofbiz/product/promo/PromoServices.java
- +0 −1 applications/product/src/main/java/org/apache/ofbiz/shipment/thirdparty/dhl/DhlServices.java
- +0 −1 applications/product/src/main/java/org/apache/ofbiz/shipment/thirdparty/fedex/FedexServices.java
- +0 −1 applications/product/src/main/java/org/apache/ofbiz/shipment/thirdparty/ups/UpsServices.java
- +0 −1 applications/product/src/main/java/org/apache/ofbiz/shipment/thirdparty/usps/UspsServices.java
- +0 −1 framework/base/src/main/java/org/apache/ofbiz/base/crypto/HashCrypt.java
- +0 −1 framework/base/src/main/java/org/apache/ofbiz/base/util/string/UelFunctions.java
- +0 −1 framework/common/src/main/java/org/apache/ofbiz/common/CommonServices.java
- +0 −1 framework/datafile/src/main/java/org/apache/ofbiz/datafile/DataFile.java
- +0 −1 framework/datafile/src/main/java/org/apache/ofbiz/datafile/DataFile2EntityXml.java
- +0 −1 framework/datafile/src/main/java/org/apache/ofbiz/datafile/Record.java
- +0 −1 framework/entity/src/main/java/org/apache/ofbiz/entity/GenericEntity.java
- +0 −1 framework/entity/src/main/java/org/apache/ofbiz/entity/util/EntityCrypto.java
- +0 −1 framework/entity/src/main/java/org/apache/ofbiz/entity/util/EntitySaxReader.java
- +0 −1 framework/entityext/src/main/java/org/apache/ofbiz/entityext/data/EntityDataServices.java
- +0 −1 framework/webtools/src/main/java/org/apache/ofbiz/webtools/EntityJsonHelper.java
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -31,7 +31,6 @@ | ||
import java.util.List; | ||
|
||
import org.apache.ofbiz.base.util.Debug; | ||
import org.apache.ofbiz.base.util.UtilValidate; | ||
|
||
/** | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -29,7 +29,6 @@ | ||
|
||
import org.apache.ofbiz.base.util.Debug; | ||
import org.apache.ofbiz.base.util.UtilFormatOut; | ||
import org.apache.ofbiz.base.util.UtilURL; | ||
import org.apache.ofbiz.base.util.UtilValidate; | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -32,7 +32,6 @@ | ||
import java.util.StringTokenizer; | ||
|
||
import org.apache.ofbiz.base.crypto.HashCrypt; | ||
import org.apache.ofbiz.base.util.UtilValidate; | ||
import org.apache.ofbiz.common.login.LoginServices; | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters