Skip to content

Commit baed12c

Browse files
committed
docs(http): clarify raw vs normalized path usage in HttpServerRequest#path()
1 parent 07e37c8 commit baed12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertx-core/src/main/java/io/vertx/core/http/HttpServerRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ default boolean canUpgradeToWebSocket() {
395395
* @return the priority of the associated HTTP/2 stream for HTTP/2 otherwise {@code null}
396396
*/
397397
default StreamPriority streamPriority() {
398-
return null;
398+
return null;
399399
}
400400

401401
/**

0 commit comments

Comments
 (0)