Changeset 7305
- Timestamp:
- Mar 7, 2017, 7:47:08 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.10-stable/src/core/net/sf/basedb/util/StaticCache.java
r7141 r7305 604 604 { 605 605 log.debug("Interrupted while waiting for " + lockType + " lock on: " + key); 606 Thread.currentThread().interrupt(); 606 607 rwLock = null; 607 608 }
Note: See TracChangeset
for help on using the changeset viewer.