Skip to content

Commit

Permalink
Merge pull request #1718 from frantuma/issue-1714
Browse files Browse the repository at this point in the history
Fix #1714 - removed @path from ApiListingResourceJson and deprecated
  • Loading branch information
frantuma committed Jun 24, 2016
2 parents 3e5a7e6 + 2425b7f commit aee650a
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -2,9 +2,7 @@

import io.swagger.jaxrs.listing.ApiListingResource;

import javax.ws.rs.Path;

@Path("/")
@Deprecated
public class ApiListingResourceJSON
extends ApiListingResource {
}

0 comments on commit aee650a

Please sign in to comment.