[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:
cal 2021-03-24 13:46:31 +01:00 committed by GitHub
parent 7937e2e0c9
commit b7c5d38011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {