File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
src/main/java/org/woehlke/greenshop/oodm/checkout/model Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,29 @@ public class AddressBean implements Serializable {
1515
1616 @ Pattern (regexp ="m|f" ) private String gender ;
1717
18- //@SafeHtml private String firstname;
18+ //@SafeHtml
19+ private String firstname ;
1920
20- //@SafeHtml private String lastname;
21+ //@SafeHtml
22+ private String lastname ;
2123
22- //@SafeHtml private String company;
24+ //@SafeHtml
25+ private String company ;
2326
24- //@SafeHtml private String streetAddress;
27+ //@SafeHtml
28+ private String streetAddress ;
2529
26- //@SafeHtml private String suburb;
30+ //@SafeHtml
31+ private String suburb ;
2732
28- //@SafeHtml private String postcode;
33+ //@SafeHtml
34+ private String postcode ;
2935
30- //@SafeHtml private String city;
36+ //@SafeHtml
37+ private String city ;
3138
32- //@SafeHtml private String state;
39+ //@SafeHtml
40+ private String state ;
3341
3442 private long countryId ;
3543
You can’t perform that action at this time.
0 commit comments