Skip to content

Commit 8c1fd91

Browse files
committed
fix javdoc issues and typos
1 parent a6b1e46 commit 8c1fd91

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

jooby/src/main/java/org/jooby/Parser.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,10 +447,13 @@ interface Context extends Builder {
447447
* }
448448
* }</pre>
449449
*
450-
* With <code>/?title=Title&releaseDate=</code> prints <code>Title:null</code>.
451-
*
450+
* <p>
451+
* With <code>/?title=Title&amp;releaseDate=</code> prints <code>Title:null</code>.
452+
* </p>
453+
* <p>
452454
* Now, same call with <code>allowNulls=false</code> results in <code>Bad Request: 400</code>
453455
* because <code>releaseDate</code> if required and isn't present in the HTTP request.
456+
* </p>
454457
*
455458
* @param allowNulls Enabled null supports while parsing HTTP params as Java Beans.
456459
* @return A new parser.

md/doc/whoops/whoops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pretty error page that helps you debug your web application.
44

5-
<img alt="whoops!" width="75%" src="/resources/images/whoops.png">
5+
<img alt="whoops!" width="75%" src="http://jooby.org/resources/images/whoops.png">
66

77
**NOTE**: This module is base on <a href="https://github.com/filp/whoops">whoops</a> and uses the same front end resources.
88

0 commit comments

Comments
 (0)