Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
ProgramProperties |
|
| 1.0;1 |
1 | package org.kuali.student.lum.program.client.properties; | |
2 | ||
3 | import com.google.gwt.core.client.GWT; | |
4 | ||
5 | /** | |
6 | * @author Igor | |
7 | */ | |
8 | 0 | public class ProgramProperties { |
9 | 0 | private static final Program properties = GWT.create(Program.class); |
10 | ||
11 | public static Program get() { | |
12 | 0 | return properties; |
13 | } | |
14 | } |