Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -67,10 +67,10 @@ public class PublisherVersionView implements Serializable { | ... | @@ -67,10 +67,10 @@ public class PublisherVersionView implements Serializable { |
67 | //no args constructor to make it proxyable | 67 | //no args constructor to make it proxyable |
68 | } | 68 | } |
69 | 69 | ||
70 | - @PostConstruct | ||
71 | /** | 70 | /** |
72 | * Loads countries | 71 | * Loads countries |
73 | */ | 72 | */ |
73 | + @PostConstruct | ||
74 | public void init() { | 74 | public void init() { |
75 | availableCountries = sharedService.getAllCountries(); | 75 | availableCountries = sharedService.getAllCountries(); |
76 | } | 76 | } | ... | ... |
-
Please register or login to post a comment