Changeset 5161
- Timestamp:
- Oct 23, 2009, 1:48:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.14-stable/src/core/net/sf/basedb/core/SessionControl.java
r5077 r5161 236 236 public void updateLastAccess() 237 237 { 238 if (closed) throw new PermissionDeniedException("SessonControl is closed");239 238 lastAccess = System.currentTimeMillis(); 240 239 }
Note: See TracChangeset
for help on using the changeset viewer.