()
| 76 | sModulePath = startupParam.modulePath; |
| 77 | } |
| 78 | |
| 79 | public static String getModulePath() { |
| 80 | String path = sModulePath; |
| 81 | if (path == null) { |
| 82 | throw new IllegalStateException("sModulePath is null"); |
| 83 | } |
| 84 | return path; |
| 85 | } |
| 86 | } |
no outgoing calls
no test coverage detected