You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2008/07/17 16:58:19 UTC

svn commit: r677600 - /ofbiz/trunk/framework/common/src/org/ofbiz/common/CommonServices.java

Author: jacopoc
Date: Thu Jul 17 07:58:19 2008
New Revision: 677600

URL: http://svn.apache.org/viewvc?rev=677600&view=rev
Log:
Removed unused import statements.

Modified:
    ofbiz/trunk/framework/common/src/org/ofbiz/common/CommonServices.java

Modified: ofbiz/trunk/framework/common/src/org/ofbiz/common/CommonServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/src/org/ofbiz/common/CommonServices.java?rev=677600&r1=677599&r2=677600&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/src/org/ofbiz/common/CommonServices.java (original)
+++ ofbiz/trunk/framework/common/src/org/ofbiz/common/CommonServices.java Thu Jul 17 07:58:19 2008
@@ -21,7 +21,6 @@
 import java.io.*;
 import java.nio.ByteBuffer;
 import java.sql.Timestamp;
-import java.text.SimpleDateFormat;
 import java.util.*;
 
 import javax.mail.internet.MimeMessage;
@@ -41,7 +40,6 @@
 import org.ofbiz.entity.GenericValue;
 import org.ofbiz.entity.model.ModelEntity;
 import org.ofbiz.entity.transaction.TransactionUtil;
-import org.ofbiz.entity.util.EntityUtil;
 import org.ofbiz.service.DispatchContext;
 import org.ofbiz.service.GenericServiceException;
 import org.ofbiz.service.LocalDispatcher;