Changeset 7622
- Timestamp:
- Mar 4, 2019, 12:01:53 PM (5 years ago)
- Location:
- trunk/src/core/net/sf/basedb
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/net/sf/basedb/core/DbControl.java
r7610 r7622 1292 1292 Clean up if a bad client application forgot to close the connection. 1293 1293 */ 1294 @SuppressWarnings("deprecation") 1294 1295 @Override 1295 1296 protected void finalize() -
trunk/src/core/net/sf/basedb/core/SessionControl.java
r7605 r7622 2687 2687 Clean up if a bad client application forgets to logout. 2688 2688 */ 2689 @SuppressWarnings("deprecation") 2689 2690 @Override 2690 2691 protected void finalize() -
trunk/src/core/net/sf/basedb/util/JarClassLoader.java
r7226 r7622 267 267 { 268 268 String packageName = name.substring(0, i); 269 @SuppressWarnings("deprecation") 269 270 Package pkg = getPackage(packageName); 270 271 if (pkg == null) -
trunk/src/core/net/sf/basedb/util/StaticCache.java
r7610 r7622 677 677 } 678 678 679 @SuppressWarnings("deprecation") 679 680 @Override 680 681 protected void finalize() … … 737 738 } 738 739 740 @SuppressWarnings("deprecation") 739 741 @Override 740 742 protected void finalize()
Note: See TracChangeset
for help on using the changeset viewer.