Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -17,7 +17,7 @@ import java.util.List; | ... | @@ -17,7 +17,7 @@ import java.util.List; |
17 | @RequestScoped | 17 | @RequestScoped |
18 | public class PublisherSearchView implements Serializable { | 18 | public class PublisherSearchView implements Serializable { |
19 | 19 | ||
20 | - List<PublisherVersion> publisherVersions = new ArrayList<>(); | 20 | + transient List<PublisherVersion> publisherVersions = new ArrayList<>(); |
21 | String searchString = new String(); | 21 | String searchString = new String(); |
22 | 22 | ||
23 | transient PublisherService publisherService; | 23 | transient PublisherService publisherService; | ... | ... |
-
Please register or login to post a comment