summaryrefslogtreecommitdiff
path: root/lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs')
-rw-r--r--lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs b/lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs
index 49593cc0d..46cc9d4a8 100644
--- a/lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs
+++ b/lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs
@@ -1,4 +1,4 @@
-/**
+/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -216,9 +216,9 @@ namespace Thrift.Server
/// <summary>
/// Loops on processing a client forever
- /// threadContext will be a TTransport instance
+ /// client will be a TTransport instance
/// </summary>
- /// <param name="threadContext"></param>
+ /// <param name="client"></param>
private async Task ExecuteAsync(TTransport client)
{
var cancellationToken = ServerCancellationToken;