Skip to content

Commit

Permalink
Removing the old OpenAPI generators
Browse files Browse the repository at this point in the history
  • Loading branch information
aaime committed Jun 26, 2018
1 parent ff5b8c1 commit b2a1c20
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 749 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public LandingPageDocument landingPage(LandingPageRequest request) {
} }


@Override @Override
public Object collections(CollectionsRequest request) { public CollectionsDocument collections(CollectionsRequest request) {
if (request.getTypeName() == null) { if (request.getTypeName() == null) {
// all collections // all collections
return new CollectionsDocument(request, getService(), getCatalog()); return new CollectionsDocument(request, getService(), getCatalog());
Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public interface WebFeatureService30 {
* @return A {@link CollectionDocument} or a {@link CollectionsDocument} depending on the * @return A {@link CollectionDocument} or a {@link CollectionsDocument} depending on the
* request * request
*/ */
Object collections(CollectionsRequest request); CollectionsDocument collections(CollectionsRequest request);


/** /**
* The OpenAPI description of the service * The OpenAPI description of the service
Expand Down

0 comments on commit b2a1c20

Please sign in to comment.