| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | revert some nonnull annotations | Bananeweizen | 2014-01-11 | 1 | -1/+1 |
| | | | | | | Eclipse requires that the super implementation of overridden methods with nonnull arguments also declares the arguments nonnull and stops compilation otherwise. Seems there is no option to change that. | ||||
| * | Add extra NonNull annotations | Samuel Tardieu | 2014-01-11 | 1 | -1/+4 |
| | | |||||
| * | Remove Task type, whose name field is never used | Samuel Tardieu | 2012-04-11 | 1 | -16/+0 |
| | | | | | | Task is only a Runnable with a name field, whose value is never consulted. | ||||
| * | renamed ThreadPool to BlockingThreadPool | Marco Jacob | 2012-02-24 | 1 | -0/+57 |
| | | |||||
| * | javadoc adapted, PriorityThreadFactory hidden and ThreadPool renamed to ↵ | Marco Jacob | 2012-02-24 | 3 | -84/+6 |
| | | | | | BlockingThreadPool | ||||
| * | added concurrent | Marco Jacob | 2012-02-24 | 3 | -0/+116 |
