| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| CourseRegistrationServiceConstants | 
  | 
  | 0.0;0 | 
| 1 |  package org.kuali.student.r2.common.util.constants; | |
| 2 | ||
| 3 |  import org.kuali.student.r2.common.constants.CommonServiceConstants; | |
| 4 | ||
| 5 | 0 |  public class CourseRegistrationServiceConstants { | 
| 6 | ||
| 7 | public static final String NAMESPACE = CommonServiceConstants.REF_OBJECT_URI_GLOBAL_PREFIX + "courseRegistrationService";  | |
| 8 | ||
| 9 | }  |