Skip to content

Commit

Permalink
Minor Javadoc formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Segismont <[email protected]>
  • Loading branch information
tsegismont committed Jan 22, 2025
1 parent e0268e7 commit 40034f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vertx-web/src/main/java/io/vertx/ext/web/RoutingContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ public interface RoutingContext {

/**
* Normalizes a path as per <a href="http://tools.ietf.org/html/rfc3986#section-5.2.4>rfc3986</a>.
*
* <p>
* There are 2 extra transformations that are not part of the spec but kept for backwards compatibility:
*
* <p>
* double slash // will be converted to single slash and the path will always start with slash.
*
* <p>
* Null paths are normalized to {@code /}.
*
* @return normalized path
Expand Down

0 comments on commit 40034f5

Please sign in to comment.