From b7c5d3801189b6f15d71f6e08c27607f15ad03a3 Mon Sep 17 00:00:00 2001 From: cal Date: Wed, 24 Mar 2021 13:46:31 +0100 Subject: [PATCH] [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 --- .../java/org/openapitools/codegen/DefaultCodegenTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openapi-generator/src/test/java/org/openapitools/codegen/DefaultCodegenTest.java b/modules/openapi-generator/src/test/java/org/openapitools/codegen/DefaultCodegenTest.java index 24eb9b6db89..c2c5b2a0403 100644 --- a/modules/openapi-generator/src/test/java/org/openapitools/codegen/DefaultCodegenTest.java +++ b/modules/openapi-generator/src/test/java/org/openapitools/codegen/DefaultCodegenTest.java @@ -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) {