[OFBiz] SVN: r4523 - trunk/components/pos/src/org/ofbiz/pos/adaptor

jaz at svn.ofbiz.org jaz at svn.ofbiz.org
Mon Feb 21 10:26:08 EST 2005


Author: jaz
Date: 2005-02-21 09:26:06 -0600 (Mon, 21 Feb 2005)
New Revision: 4523

Modified:
   trunk/components/pos/src/org/ofbiz/pos/adaptor/SyncCallbackAdaptor.java
Log:
fixed unused import


Modified: trunk/components/pos/src/org/ofbiz/pos/adaptor/SyncCallbackAdaptor.java
===================================================================
--- trunk/components/pos/src/org/ofbiz/pos/adaptor/SyncCallbackAdaptor.java	2005-02-21 15:06:22 UTC (rev 4522)
+++ trunk/components/pos/src/org/ofbiz/pos/adaptor/SyncCallbackAdaptor.java	2005-02-21 15:26:06 UTC (rev 4523)
@@ -31,7 +31,6 @@
 import org.ofbiz.base.util.Debug;
 import org.ofbiz.base.util.UtilMisc;
 import org.ofbiz.entity.GenericValue;
-import org.ofbiz.entity.GenericDelegator;
 import org.ofbiz.entity.GenericEntityException;
 import org.ofbiz.pos.screen.PosScreen;
 import org.ofbiz.pos.event.SecurityEvents;



More information about the Svn mailing list