Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ close
Method
close
ch3/UserDaoImpl.java:159–162 ·
view source on GitHub ↗
(AutoCloseable... acs)
Source
from the content-addressed store, hash-verified
157
}
158
159
private
void
close(AutoCloseable... acs) {
160
for
(AutoCloseable ac :acs)
161
try {
if
(ac!=null) ac.close(); } catch(Exception e) { e.printStackTrace(); }
162
}
163
}
Callers
3
deleteUser
Method · 0.95
selectUser
Method · 0.95
insertUser
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected