- Timestamp:
- 06/11/10 19:05:19 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/ds_pool/src/org/bridgedb/rdb/SimpleGdbFactory.java
r405 r408 77 77 finally 78 78 { 79 79 80 if (r != null) try { r.close(); } catch (SQLException ignore) {} 80 81 if (stmt != null) try { stmt.close(); } catch (SQLException ignore) {}
