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