Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Erin Schnabel <[email protected]>
  • Loading branch information
gsmet and ebullient authored Aug 23, 2021
1 parent 20ef0a6 commit 465643f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static final class ResteasyConfig {
* <ul>
* <li>If {@literal quarkus.http.root-path=/} and {@code quarkus.resteasy.path=/bar}, the JAX-RS resource path will be
* {@literal /bar}</li>
* <li>If {@literal quarkus.http.root-path=/bar} and {@code quarkus.resteasy.path=/bar}, the JAX-RS resource path will
* <li>If {@literal quarkus.http.root-path=/foo} and {@code quarkus.resteasy.path=/bar}, the JAX-RS resource path will
* be {@literal /foo/bar}</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class ServletConfig {
* <ul>
* <li>If {@literal quarkus.http.root-path=/} and {@code quarkus.servlet.context-path=/bar}, the servlet path will be
* {@literal /bar}</li>
* <li>If {@literal quarkus.http.root-path=/bar} and {@code quarkus.servlet.context-path=/bar}, the servlet path will be
* <li>If {@literal quarkus.http.root-path=/foo} and {@code quarkus.servlet.context-path=/bar}, the servlet path will be
* {@literal /foo/bar}</li>
* </ul>
*/
Expand Down

0 comments on commit 465643f

Please sign in to comment.