// Certificate encoding algorithm (e.g., SunX509)
String algorithm = (String) attributes.get("algorithm");
if (algorithm == null) {
- algorithm = KeyManagerFactory.getDefaultAlgorithm();;
+ algorithm = KeyManagerFactory.getDefaultAlgorithm();
}
String keystoreType = (String) attributes.get("keystoreType");
int toOpen = currentThreadCount + minSpareThreads;
openThreads(toOpen);
} else {
- logFull(log, currentThreadCount, maxThreads);
+ logFull(currentThreadCount, maxThreads);
// Wait for a thread to become idel.
try {
this.wait();
return c;
}
- private static void logFull(Log loghelper, int currentThreadCount,
- int maxThreads) {
+ private static void logFull(int currentThreadCount, int maxThreads) {
if( logfull ) {
log.error(sm.getString("threadpool.busy",
new Integer(currentThreadCount),