Skip to content

Commit 66c86b4

Browse files
committed
work
1 parent 777009f commit 66c86b4

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

src/main/java/org/woehlke/greenshop/oodm/checkout/model/AddressBean.java

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)