From: Lennart P. <le...@us...> - 2005-02-19 08:17:42
|
Update of /cvsroot/redpos/RedPOS/src/org/redpos/client/contract/db In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18769/src/org/redpos/client/contract/db Modified Files: RedPOSTable.java Log Message: Removed unused import statements Index: RedPOSTable.java =================================================================== RCS file: /cvsroot/redpos/RedPOS/src/org/redpos/client/contract/db/RedPOSTable.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RedPOSTable.java 19 Feb 2005 08:16:06 -0000 1.2 --- RedPOSTable.java 19 Feb 2005 08:17:30 -0000 1.3 *************** *** 31,36 **** import org.jboss.logging.Logger; - import org.redpos.client.contract.pricelist.PriceListData; - import org.redpos.client.pricelist.PriceListStorage; /** --- 31,34 ---- |