(Config config)
| 87 | } |
| 88 | |
| 89 | public void update(Config config) throws Exception { |
| 90 | dao.update(config); |
| 91 | cache.clear(); |
| 92 | firePropertyChange(CONFIGS.toString(), null, null); |
| 93 | } |
| 94 | |
| 95 | public void addPropertyChangeListener(PropertyChangeListener listener) { |
| 96 | changes.addPropertyChangeListener(listener); |
no test coverage detected