Skip to content

Commit

Permalink
Remove superfluous empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Mar 29, 2019
1 parent 2e832c0 commit 76e5a2a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions src/docs/asciidoc/web/webmvc-view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,6 @@ For an example of this tag, see <<mvc-view-jsp-formtaglib-formtag>>. You can als
HTML5-specific types, such as `email`, `tel`, `date`, and others.



[[mvc-view-jsp-formtaglib-checkboxtag]]
==== The `checkbox` Tag

Expand Down Expand Up @@ -1061,7 +1060,6 @@ telling Spring that "`the checkbox was visible in the form, and I want my object
which the form data binds to reflect the state of the checkbox, no matter what.`"



[[mvc-view-jsp-formtaglib-checkboxestag]]
==== The `checkboxes` Tag

Expand Down Expand Up @@ -1120,7 +1118,6 @@ but with different values, as the following example shows:
----



[[mvc-view-jsp-formtaglib-radiobuttonstag]]
==== The `radiobuttons` Tag

Expand Down Expand Up @@ -1212,7 +1209,6 @@ as follows:
----



[[mvc-view-jsp-formtaglib-optiontag]]
==== The `option` Tag

Expand Down Expand Up @@ -1256,7 +1252,6 @@ as follows:
<1> Note the addition of a `selected` attribute.



[[mvc-view-jsp-formtaglib-optionstag]]
==== The `options` Tag

Expand Down Expand Up @@ -1296,7 +1291,6 @@ If the `User` lived in the UK, the HTML source of the 'Country' row would be as
----
<1> Note the addition of a `selected` attribute.


As the preceding example shows, the combined usage of an `option` tag with the `options` tag
generates the same standard HTML but lets you explicitly specify a value in the
JSP that is for display only (where it belongs), such as the default string in the
Expand All @@ -1311,7 +1305,6 @@ happen to be specified as well, the item value property applies to the map key,
the item label property applies to the map value.



[[mvc-view-jsp-formtaglib-textareatag]]
==== The `textarea` Tag

Expand Down
1 change: 0 additions & 1 deletion src/docs/asciidoc/web/webmvc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2121,7 +2121,6 @@ The following example shows how to get the cookie value:
----
<1> Get the value of the `JSESSIONID` cookie.


If the target method parameter type is not `String`, type conversion is applied automatically.
See <<mvc-ann-typeconversion>>.

Expand Down

0 comments on commit 76e5a2a

Please sign in to comment.