Remove unused type param in Scaladoc

This commit is contained in:
Dale Wijnand 2018-04-03 16:06:27 +01:00
parent dfbb67e7d6
commit 120ab65134
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ object ConcurrentRestrictions {
* Constructs a CompletionService suitable for backing task execution based on the provided restrictions on concurrent task execution.
* @return a pair, with _1 being the CompletionService and _2 a function to shutdown the service.
* @tparam A the task type
* @tparam G describes a set of tasks
* @tparam R the type of data that will be computed by the CompletionService.
*/
def completionService[A, R](tags: ConcurrentRestrictions[A],