commit | 8fb719efb1533e3a8038c155cbb209b492a29910 | [log] [tgz] |
---|---|---|
author | Christian Weiss <christian@chwe.at> | Fri Mar 30 21:26:04 2018 +0200 |
committer | Jens Geyer <jensg@apache.org> | Sun Apr 01 12:29:51 2018 +0200 |
tree | 2bddb147f89cfe001ff136b7d15f1c88a14c1bae | |
parent | d4fb364d30b0d01bbe8bdcab34f32ccfb539d564 [diff] [blame] |
THRIFT-4535: XML docs; code cleanup (tabs->spaces; String->string) Client: C# Patch: Christian Weiss This closes #1524
diff --git a/lib/csharp/src/TSingletonProcessorFactory.cs b/lib/csharp/src/TSingletonProcessorFactory.cs index 40dc44c..ed2897b 100644 --- a/lib/csharp/src/TSingletonProcessorFactory.cs +++ b/lib/csharp/src/TSingletonProcessorFactory.cs
@@ -17,7 +17,7 @@ * under the License. */ - using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text;