From 3f1fd599251027931ccde7aff893f6d64e8a840f Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Thu, 28 Oct 2021 22:31:12 +0200 Subject: - Fixed a few XML comments and ArgumentException arguments - Suppressed certain unwanted CS1591 "XML comments missing" warnings --- lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/netstd/Thrift/Server/TThreadPoolAsyncServer.cs') 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 /// /// Loops on processing a client forever - /// threadContext will be a TTransport instance + /// client will be a TTransport instance /// - /// + /// private async Task ExecuteAsync(TTransport client) { var cancellationToken = ServerCancellationToken; -- cgit v1.2.1