Skip to content

Commit

Permalink
Merge pull request quarkusio#34216 from geoand/micrometer-vertx-tiny-…
Browse files Browse the repository at this point in the history
…javadoc

Apply tiny fixes to javadoc of HttpCommonTags
  • Loading branch information
geoand committed Jun 21, 2023
2 parents 91311e8 + d5a9ceb commit 94c34c2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class HttpCommonTags {
* Creates an {@code method} {@code Tag} derived from the given {@code HTTP method}.
*
* @param method the HTTP method
* @return the outcome tag
* @return the method tag
*/
public static Tag method(String method) {
return method == null ? METHOD_UNKNOWN : Tag.of("method", method);
Expand Down Expand Up @@ -50,8 +50,7 @@ public static Tag outcome(int statusCode) {
* for 404 responses, {@code root} for requests with no path info, and {@code UNKNOWN}
* for all other requests.
*
*
* @param pathInfo
* @param pathInfo request path
* @param code status code of the response
* @return the uri tag derived from the request
*/
Expand Down

0 comments on commit 94c34c2

Please sign in to comment.