summaryrefslogtreecommitdiff
path: root/src/actors/scala/actors/threadpool/ExecutorCompletionService.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove scala.actors and the actors migration module dependencyLukas Rytz2015-04-231-178/+0
|
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
| | | | | | | | | | | | | This commit corrects many typos found in scaladocs, comments and documentation. It should reduce a bit number of PRs which fix one typo. There are no changes in the 'real' code except one corrected name of a JUnit test method and some error messages in exceptions. In the case of typos in other method or field names etc., I just skipped them. Obviously this commit doesn't fix all existing typos. I just generated in IntelliJ the list of potential typos and looked through it quickly.
* Do not use ForkJoinPool when running on IBM J9;...Philipp Haller2009-10-201-0/+178
Do not use ForkJoinPool when running on IBM J9; in this case use 1.5 ThreadPoolScheduler.