Fix doc typo

Closes gh-1645
This commit is contained in:
Jan Nielsen
2018-01-17 08:19:14 -07:00
committed by Stephane Nicoll
parent 12baafd4f0
commit df9761cb3f

View File

@@ -868,7 +868,7 @@ content type other than "text/plain".
You can declare a shared consumes attribute at the class level. Unlike most other request You can declare a shared consumes attribute at the class level. Unlike most other request
mapping attributes however when used at the class level, a method-level consumes attribute mapping attributes however when used at the class level, a method-level consumes attribute
will overrides rather than extend the class level declaration. overrides rather than extend the class level declaration.
[TIP] [TIP]
==== ====
@@ -899,7 +899,7 @@ The media type can specify a character set. Negated expressions are supported --
You can declare a shared produces attribute at the class level. Unlike most other request You can declare a shared produces attribute at the class level. Unlike most other request
mapping attributes however when used at the class level, a method-level produces attribute mapping attributes however when used at the class level, a method-level produces attribute
will overrides rather than extend the class level declaration. overrides rather than extend the class level declaration.
[TIP] [TIP]
==== ====