File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
modules/swagger-codegen/src/main/java/io/swagger/codegen/languages Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 9
9
import io .swagger .models .parameters .FormParameter ;
10
10
import io .swagger .models .parameters .Parameter ;
11
11
import io .swagger .models .properties .*;
12
- import io .swagger .util .Json ;
13
12
import org .apache .commons .lang .StringUtils ;
14
13
import org .slf4j .Logger ;
15
14
import org .slf4j .LoggerFactory ;
@@ -114,9 +113,6 @@ public String getHelp() {
114
113
public void processOpts () {
115
114
super .processOpts ();
116
115
117
- Json .prettyPrint ("additional properties" );
118
- Json .prettyPrint (additionalProperties );
119
-
120
116
if (additionalProperties .containsKey (CodegenConstants .INVOKER_PACKAGE )) {
121
117
this .setInvokerPackage ((String ) additionalProperties .get (CodegenConstants .INVOKER_PACKAGE ));
122
118
} else {
You can’t perform that action at this time.
0 commit comments