Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
CollectionManagerServiceConstants |
|
| 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 CollectionManagerServiceConstants { |
6 | ||
7 | public static final String NAMESPACE = CommonServiceConstants.REF_OBJECT_URI_GLOBAL_PREFIX + "collectionManager"; | |
8 | ||
9 | } |