Skip to content

Commit 86b7a8f

Browse files
committed
removed unused properties
1 parent 6721e95 commit 86b7a8f

File tree

1 file changed

+1
-3
lines changed
  • samples/java-jersey2/src/main/webapp/WEB-INF

1 file changed

+1
-3
lines changed

samples/java-jersey2/src/main/webapp/WEB-INF/web.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
<init-param>
1717
<param-name>jersey.config.server.provider.classnames</param-name>
1818
<param-value>
19-
com.wordnik.swagger.jersey.listing.ApiListingResourceJSON,
20-
com.wordnik.swagger.jersey.listing.JerseyApiDeclarationProvider,
21-
com.wordnik.swagger.jersey.listing.JerseyResourceListingProvider
19+
com.wordnik.swagger.jersey.listing.ApiListingResourceJSON
2220
</param-value>
2321
</init-param>
2422
<init-param>

0 commit comments

Comments
 (0)