File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/test/java/io/swagger/codegen/v3/generators/java Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ public void testParameterOrdersUseOas2() throws Exception {
30
30
.setOutputDir (output .getAbsolutePath ());
31
31
32
32
configurator .setCodegenArguments (Collections .singletonList (
33
- new CodegenArgument ()
34
- .option (CodegenConstants .USE_OAS2_OPTION )
35
- .type ("boolean" )
36
- .value (Boolean .TRUE .toString ())));
33
+ new CodegenArgument ()
34
+ .option (CodegenConstants .USE_OAS2_OPTION )
35
+ .type ("boolean" )
36
+ .value (Boolean .TRUE .toString ())));
37
37
38
38
final ClientOptInput clientOptInput = configurator .toClientOptInput ();
39
39
new DefaultGenerator ().opts (clientOptInput ).generate ();
@@ -95,10 +95,10 @@ public void testOas2AndJakarta() throws Exception {
95
95
.addAdditionalProperty (JAKARTA , true );
96
96
97
97
configurator .setCodegenArguments (Collections .singletonList (
98
- new CodegenArgument ()
99
- .option (CodegenConstants .USE_OAS2_OPTION )
100
- .type ("boolean" )
101
- .value (Boolean .TRUE .toString ())));
98
+ new CodegenArgument ()
99
+ .option (CodegenConstants .USE_OAS2_OPTION )
100
+ .type ("boolean" )
101
+ .value (Boolean .TRUE .toString ())));
102
102
103
103
final ClientOptInput clientOptInput = configurator .toClientOptInput ();
104
104
new DefaultGenerator ().opts (clientOptInput ).generate ();
You can’t perform that action at this time.
0 commit comments