Skip to content

Commit 0caf5be

Browse files
committed
revert context.adoc
1 parent db563bf commit 0caf5be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/asciidoc/context.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ curl -d "id=root&pass=pwd" -X POST http://localhost:8080/user
406406
<2> Form as `multi-value map` => `{id=root, pass=[pwd]}`
407407
<3> Form variable `id` => `root`
408408
<4> Form variable `pass` => `pwd`
409-
<5> Form as `U3853` object => `User(id=root, pass=pwd)`
409+
<5> Form as `User` object => `User(id=root, pass=pwd)`
410410

411411
==== Multipart
412412

@@ -482,7 +482,7 @@ curl -F id=root -F pass=root -F pic=@/path/to/local/file/profile.png http://loca
482482
<3> Form variable `id` => `root`
483483
<4> Form variable `pass` => `pwd`
484484
<5> javadoc:FileUpload[] variable `pic`
485-
<6> Form as `U3853` object => `User(id=root, pass=pwd, pic=profile.png)`
485+
<6> Form as `User` object => `User(id=root, pass=pwd, pic=profile.png)`
486486

487487
[NOTE]
488488
.File Upload

0 commit comments

Comments
 (0)