Skip to content

Commit 7ecb322

Browse files
AttilaW-Keytilesfrantuma
authored andcommitted
remove more tabs and replace with spaces
1 parent e24fda5 commit 7ecb322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/swagger/codegen/v3/generators/java/AbstractJavaCodegen.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ protected void fixUpParentAndInterfaces(CodegenModel codegenModel, Map<String, C
10371037
for (CodegenProperty codegenProperty : codegenModel.vars) {
10381038
CodegenModel parentModel = codegenModel.parentModel;
10391039

1040-
while (parentModel != null) {
1040+
while (parentModel != null) {
10411041
if (parentModel.vars == null || parentModel.vars.isEmpty()) {
10421042
parentModel = parentModel.parentModel;
10431043
continue;
@@ -1050,7 +1050,7 @@ protected void fixUpParentAndInterfaces(CodegenModel codegenModel, Map<String, C
10501050
!parentProperty.datatype.equals(codegenProperty.datatype)));
10511051
if (hasConflict) {
10521052
codegenProperty.name = toVarName(codegenModel.name + "_" + codegenProperty.name);
1053-
codegenProperty.nameInCamelCase = camelize(codegenProperty.name, false);
1053+
codegenProperty.nameInCamelCase = camelize(codegenProperty.name, false);
10541054
codegenProperty.getter = toGetter(codegenProperty.name);
10551055
codegenProperty.setter = toSetter(codegenProperty.name);
10561056
break;

0 commit comments

Comments
 (0)