Removed trailing whitespace
This commit is contained in:
parent
7894d15298
commit
ef452881f0
134 changed files with 939 additions and 940 deletions
|
|
@ -18,7 +18,7 @@ trait ThreadPoolBuilder {
|
|||
private val NR_MAX_THREADS = 128
|
||||
private val KEEP_ALIVE_TIME = 60000L // default is one minute
|
||||
private val MILLISECONDS = TimeUnit.MILLISECONDS
|
||||
|
||||
|
||||
private var threadPoolBuilder: ThreadPoolExecutor = _
|
||||
private var boundedExecutorBound = -1
|
||||
private var inProcessOfBuilding = false
|
||||
|
|
@ -152,7 +152,7 @@ trait ThreadPoolBuilder {
|
|||
}
|
||||
|
||||
def ensureNotActive: Unit
|
||||
|
||||
|
||||
/**
|
||||
* @author <a href="http://jonasboner.com">Jonas Bonér</a>
|
||||
*/
|
||||
|
|
@ -248,4 +248,4 @@ trait ThreadPoolBuilder {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue