Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Oct 28, 2019
1 parent 78ea10c commit 7603a8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

import io.swagger.models.properties.Property;

import java.util.Map;

public class ArrayModel extends AbstractModel {
private Map<String, Property> properties;
private String type;
private String description;
private Property items;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,6 @@ public void addRequired(String name) {
}

public Object getExample() {
if (example == null) {
// TODO: will add logic to construct examples based on payload here
}

return example;
}

Expand Down

0 comments on commit 7603a8c

Please sign in to comment.