Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -14,9 +14,9 @@ import java.io.Serializable; | ... | @@ -14,9 +14,9 @@ import java.io.Serializable; |
14 | public class AddCountryView implements Serializable { | 14 | public class AddCountryView implements Serializable { |
15 | transient Logger logger = LoggerFactory.getLogger(getClass()); | 15 | transient Logger logger = LoggerFactory.getLogger(getClass()); |
16 | 16 | ||
17 | - private SharedService sharedService; | 17 | + private transient SharedService sharedService; |
18 | 18 | ||
19 | - private String countryName; | 19 | + private transient String countryName; |
20 | 20 | ||
21 | public AddCountryView() { | 21 | public AddCountryView() { |
22 | } | 22 | } | ... | ... |
-
Please register or login to post a comment