commit | 421444f2df2c27fcb1affdbd5bfac6cc972144fa | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Wed Mar 20 22:13:25 2019 +0100 |
committer | Jens Geyer <jensg@apache.org> | Thu Mar 21 09:03:13 2019 +0100 |
tree | 9fa793943e23d87e6a9dc4bf433d20ca879eb2d0 | |
parent | 98c194103de11742b8785bdca49816265a84c32f [diff] [blame] |
THRIFT-4831 interface ITProtocolFactory should be class TProtocolFactory again Client: netstd Patch: Jens Geyer This closes #1767
diff --git a/test/netstd/Server/TestServer.cs b/test/netstd/Server/TestServer.cs index d15ca71..1aa8a77 100644 --- a/test/netstd/Server/TestServer.cs +++ b/test/netstd/Server/TestServer.cs
@@ -587,7 +587,7 @@ } // Protocol - ITProtocolFactory proto; + TProtocolFactory proto; switch (param.protocol) { case ProtocolChoice.Compact: