()
| 96 | } |
| 97 | |
| 98 | private static synchronized void save() { |
| 99 | Storage.getInstance().writeObject(preferencesLocation, p, false); |
| 100 | } |
| 101 | |
| 102 | /// Sets a preference value, supported values are Strings, numbers and boolean |
| 103 | /// |
no test coverage detected