()
| 183 | } |
| 184 | |
| 185 | public static ConnectionSource getSource() throws Exception { |
| 186 | if (INSTANSE.source != null) { |
| 187 | return INSTANSE.source; |
| 188 | } |
| 189 | synchronized (INSTANSE) { |
| 190 | INSTANSE.start(); |
| 191 | return INSTANSE.source; |
| 192 | } |
| 193 | } |
| 194 | } |
no test coverage detected