Skip to content

Commit ac23b10

Browse files
committed
remove dead code
1 parent 8d8858c commit ac23b10

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/JavaClientCodegen.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,6 @@ public void postProcessModelProperty(CodegenModel model, CodegenProperty propert
179179
//Needed imports for Jackson based libraries
180180
if(additionalProperties.containsKey("jackson")) {
181181
model.imports.add("JsonProperty");
182-
183-
/*if(BooleanUtils.toBoolean(model.hasEnums)) {
184-
model.imports.add("JsonValue");
185-
}*/
186182
}
187183
if(additionalProperties.containsKey("gson")) {
188184
model.imports.add("SerializedName");

0 commit comments

Comments
 (0)