Skip to content

Commit 1970a53

Browse files
committed
reverted tag name
1 parent 3145db4 commit 1970a53

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
@AuthorizationScope(scope = "read:pets", description = "read your pets")
5050
})
5151
}, tags = {
52-
@com.wordnik.swagger.annotations.Tag(value = "pets",
52+
@com.wordnik.swagger.annotations.Tag(value = "pet",
5353
description = "Everything about your Pets",
5454
externalDocs = @ExternalDocs(value="Find out more", url = "http://swagger.io"))
5555
})

0 commit comments

Comments
 (0)