| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| CreditCourseRetireProposalRpcService |
|
| 0.0;0 |
| 1 | package org.kuali.student.lum.lu.ui.course.client.service; | |
| 2 | ||
| 3 | import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; | |
| 4 | ||
| 5 | @RemoteServiceRelativePath("rpcservices/CreditCourseRetireProposalRpcService") | |
| 6 | public interface CreditCourseRetireProposalRpcService extends CreditCourseProposalRpcService { | |
| 7 | ||
| 8 | } |