Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7f819c

Browse files
drumoniisbrannen
authored andcommitted
Fix URI typo in Java code snippet of web-uris.adoc
Closes spring-projectsgh-23739
1 parent d9bb9b5 commit b7f819c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/web/web-uris.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ You can shorten it further still with a full URI template, as the following exam
265265
[source,java,indent=0,subs="verbatim,quotes",role="primary"]
266266
.Java
267267
----
268-
RI uri = UriComponentsBuilder.fromPath("/hotel list/{city}?q={q}")
268+
URI uri = UriComponentsBuilder.fromPath("/hotel list/{city}?q={q}")
269269
.build("New York", "foo+bar")
270270
----
271271
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]

0 commit comments

Comments
 (0)