Skip to content

Commit 4410a63

Browse files
committed
lingering tag
1 parent d072c31 commit 4410a63

File tree

1 file changed

+1
-5
lines changed
  • samples/java-jersey2/src/main/java/com/wordnik/swagger/sample/resource

1 file changed

+1
-5
lines changed

samples/java-jersey2/src/main/java/com/wordnik/swagger/sample/resource/PetResource.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@
2525
import javax.ws.rs.*;
2626

2727
@Path("/pet")
28-
@Api(tags = {
29-
@com.wordnik.swagger.annotations.Tag(value = "pet",
30-
description = "Everything about your Pets",
31-
externalDocs = @ExternalDocs(value="Find out more", url = "http://swagger.io"))
32-
})
28+
@Api(tags = {"pet"})
3329
@Produces({"application/json", "application/xml"})
3430
public class PetResource {
3531
static PetData petData = new PetData();

0 commit comments

Comments
 (0)