()
| 46 | |
| 47 | |
| 48 | @Override |
| 49 | public Configuration getConfig() { |
| 50 | if (mConfig == null) try { |
| 51 | mConfig = this.loadConfig(); |
| 52 | |
| 53 | } catch (Exception e) { |
| 54 | mLog.error("Unable to initialize configuration", e); |
| 55 | } |
| 56 | |
| 57 | return mConfig; |
| 58 | } |
| 59 | |
| 60 | |
| 61 | /** |
no test coverage detected