remove testFolder (not used)

This commit is contained in:
wing328 2016-02-02 00:57:57 +08:00
parent 047abc63a4
commit b275eefbbf

View File

@ -41,7 +41,6 @@ public class CSharpClientCodegen extends DefaultCodegen implements CodegenConfig
protected String packageVersion = "1.0.0";
protected String clientPackage = "IO.Swagger.Client";
protected String sourceFolder = "src" + File.separator + "main" + File.separator + "csharp";
protected String testFolder = "Test";
public CSharpClientCodegen() {
super();