Skip to content

Commit

Permalink
Fix Spotless error
Browse files Browse the repository at this point in the history
  • Loading branch information
CChemin authored and fcomte committed Jan 6, 2023
1 parent 8db2f22 commit 1b2c569
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ public class Property {
@JsonProperty("enum")
@Schema(description = "")
Object enumeration;

@JsonProperty("listEnum")
@Schema(description = "")
Object listEnumeration;

@Schema(description = "")
Map<String, Property> properties;

Expand Down Expand Up @@ -244,7 +244,7 @@ public Object getEnumeration() {
public void setEnumeration(Object enumeration) {
this.enumeration = enumeration;
}

public Object getListEnumeration() {
return listEnumeration;
}
Expand Down

0 comments on commit 1b2c569

Please sign in to comment.