Merge pull request #4060 from dwijnand/cleanup/unused-tparam

Remove unused type param in Scaladoc
This commit is contained in:
eugene yokota 2018-04-03 19:10:05 -04:00 committed by GitHub
commit eff17f4517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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],