- Timestamp:
- 06/11/10 16:39:01 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/ds_pool/src/org/bridgedb/rdb/SimpleGdbFactory.java
r326 r405 57 57 try 58 58 { 59 59 60 con = DriverManager.getConnection(connectionString); 60 61 stmt = con.createStatement();
