You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2019/05/03 21:10:47 UTC

[thrift] branch master updated: renamed TClientTransport.cs file to match its class name TTransport.cs Client: netstd Patch: Albert Hives

This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 65d5f84  renamed TClientTransport.cs file to match its class name TTransport.cs Client: netstd Patch: Albert Hives <ah...@hotmail.com>
65d5f84 is described below

commit 65d5f84507b69118c8c9f664f635652ba00ae346
Author: Albert Hives <ah...@hotmail.com>
AuthorDate: Sat Apr 20 07:56:56 2019 -0700

    renamed TClientTransport.cs file to match its class name TTransport.cs
    Client: netstd
    Patch: Albert Hives <ah...@hotmail.com>
    
    This closes #1784
---
 lib/netstd/Thrift/Transport/{TClientTransport.cs => TTransport.cs} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/lib/netstd/Thrift/Transport/TClientTransport.cs b/lib/netstd/Thrift/Transport/TTransport.cs
similarity index 100%
rename from lib/netstd/Thrift/Transport/TClientTransport.cs
rename to lib/netstd/Thrift/Transport/TTransport.cs