From: Lennart P. <le...@us...> - 2005-02-19 08:31:27
|
Update of /cvsroot/redpos/RedPOS/src/org/redpos/client/receipt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21413/src/org/redpos/client/receipt Modified Files: ReceiptStorage.java Log Message: Commented out not used finders. Index: ReceiptStorage.java =================================================================== RCS file: /cvsroot/redpos/RedPOS/src/org/redpos/client/receipt/ReceiptStorage.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ReceiptStorage.java 11 Jan 2005 17:11:36 -0000 1.2 --- ReceiptStorage.java 19 Feb 2005 08:31:19 -0000 1.3 *************** *** 430,434 **** * @return * @throws SQLException ! */ public Vector findReceiptsById(final String receiptId) throws SQLException { --- 430,434 ---- * @return * @throws SQLException ! * TODO Seems not to be used, remove it public Vector findReceiptsById(final String receiptId) throws SQLException { *************** *** 452,455 **** --- 452,456 ---- return receipts; } + */ |