From c7399537e2529a9ee7afe1889d31b1ed323d618c Mon Sep 17 00:00:00 2001 From: stramer <169061+sptramer@users.noreply.github.com> Date: Thu, 17 Jun 2021 14:15:56 -0700 Subject: [PATCH] Address review feedback. Signed-off-by: stramer <169061+sptramer@users.noreply.github.com> --- .../AzNetworking/AzNetworking/ConnectionLayer/IConnection.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnection.h b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnection.h index 53505c556f..6b8c599bd8 100644 --- a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnection.h +++ b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnection.h @@ -45,8 +45,7 @@ namespace AzNetworking //! @class IConnection //! @brief interface class for network connections. //! - //! IConnection provides a pure-virtual interface for all network connection types. The two child classes are TcpConnection - //! and UdpConnection, though the pure-virtual interface operates largely the same for both. IConnections provide access to + //! IConnection provides a pure-virtual interface for all network connection types. IConnections provide access to //! a ConnectionMetrics object which provides a variety of metrics on the connection itself such as data rate, RTT and //! packet statistics.