first commit
This commit is contained in:
17
Code/ReceiptPrinter.java
Normal file
17
Code/ReceiptPrinter.java
Normal file
@@ -0,0 +1,17 @@
|
||||
public class ReceiptPrinter {
|
||||
|
||||
public ReceiptPrinter() {
|
||||
// TODO - implement ReceiptPrinter.ReceiptPrinter
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param receipt
|
||||
*/
|
||||
public void printReceipt(Receipt receipt) {
|
||||
// TODO - implement ReceiptPrinter.printReceipt
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user