1 package org.kuali.ole.ncip.service; 2 import org.extensiblecatalog.ncip.v2.service.CancelRequestItemService; 3 4 /** 5 * Created with IntelliJ IDEA. 6 * User: maheswarang 7 * Date: 2/19/14 8 * Time: 4:04 PM 9 * To change this template use File | Settings | File Templates. 10 */ 11 public interface OLECancelRequestItemService extends CancelRequestItemService{ 12 13 }