Changeset 1963
- Timestamp:
- 2012-08-17 15:04:07 (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/kauri-runtime/src/main/java/org/kauriproject/runtime/KauriRuntime.java
r1935 r1963 318 318 famRunningField.setBoolean(fam, false); 319 319 famThread.interrupt(); 320 fam.stop(); 320 321 } 321 fam.stop();322 322 } catch (Exception e) { 323 323 infolog.error("Error stopping FilesystemAlterationMonitor", e);
Note: See TracChangeset
for help on using the changeset viewer.