Skip to content

Commit 0c7fb78

Browse files
committed
change to test signature
1 parent 765aebd commit 0c7fb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class TestObject {
2020
With on line of code:
2121

2222
```
23-
String form = writer.write(new TestObject());
23+
final String form = writer.write(new TestObject());
2424
```
2525

2626
Yes. Yes it would. Oh and there's a JAX-RS integration: MessageBodyReader and MessageBodyWriter that produces/consumes `application/x-www-form-urlencoded`!

0 commit comments

Comments
 (0)