()
| 267 | } |
| 268 | |
| 269 | public void clear() { |
| 270 | synchronized (this) { |
| 271 | if(modifiedMountpoit!=null) { |
| 272 | restoreMountpoint(modifiedMountpoit); |
| 273 | modifiedMountpoit = null; |
| 274 | } |
| 275 | } |
| 276 | } |
| 277 | |
| 278 | @Override |
| 279 | protected void finalize() throws Throwable { |
no test coverage detected