mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-03 06:00:52 +00:00
[cleanup] erefactor/EclipseJdt - Remove redundant semicolons (#9056)
EclipseJdt cleanup 'RemoveRedundantSemicolons' applied by erefactor. For EclipseJdt see https://www.eclipse.org/eclipse/news/4.19/jdt.php For erefactor see https://github.com/cal101/erefactor
This commit is contained in:
parent
7937e2e0c9
commit
b7c5d38011
@ -266,7 +266,7 @@ public class DefaultCodegenTest {
|
||||
CodegenProperty map_string_cp = null;
|
||||
Schema map_with_additional_properties_sc = modelPropSchems.get("map_with_additional_properties");
|
||||
CodegenProperty map_with_additional_properties_cp = null;
|
||||
Schema map_without_additional_properties_sc = modelPropSchems.get("map_without_additional_properties");;
|
||||
Schema map_without_additional_properties_sc = modelPropSchems.get("map_without_additional_properties");
|
||||
CodegenProperty map_without_additional_properties_cp = null;
|
||||
|
||||
for(CodegenProperty cp: cm.vars) {
|
||||
@ -355,7 +355,7 @@ public class DefaultCodegenTest {
|
||||
CodegenProperty map_string_cp = null;
|
||||
Schema map_with_additional_properties_sc = modelPropSchems.get("map_with_additional_properties");
|
||||
CodegenProperty map_with_additional_properties_cp = null;
|
||||
Schema map_without_additional_properties_sc = modelPropSchems.get("map_without_additional_properties");;
|
||||
Schema map_without_additional_properties_sc = modelPropSchems.get("map_without_additional_properties");
|
||||
CodegenProperty map_without_additional_properties_cp = null;
|
||||
|
||||
for(CodegenProperty cp: cm.vars) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user