相关代码 |
|
package services; public class OrderDispatcherImpl implements OrderDispatcher { // this class not implemented for sake of brevity public void dispatchItem(long itemNumber, String name, String address) { throw new UnsupportedOperationException(); } }
相关资源 |
|