Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diyhi/bbs
/ printlnError
Method
printlnError
src/main/java/cms/utils/SqlScriptRunner.java:368–373 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
366
}
367
368
private
void
printlnError(Object o) {
369
if
(errorLogWriter != null) {
370
errorLogWriter.println(o);
371
errorLogWriter.flush();
372
}
373
}
374
375
}
Callers
4
executeFullScript
Method · 0.95
executeLineByLine
Method · 0.95
executeStatement
Method · 0.95
printResults
Method · 0.95
Calls
1
println
Method · 0.80
Tested by
no test coverage detected