Show
Ignore:
Timestamp:
06/11/10 19:05:19 (2 years ago)
Author:
bturner
Message:

Convert all db calls to follow canonical pattern of resource usage.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/ds_pool/src/org/bridgedb/rdb/SimpleGdbFactory.java

    r405 r408  
    7777                finally 
    7878                { 
     79                    
    7980                        if (r != null) try { r.close(); } catch (SQLException ignore) {} 
    8081                        if (stmt != null) try { stmt.close(); } catch (SQLException ignore) {}