Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -25,7 +25,7 @@ public class IndexedAccount { | ... | @@ -25,7 +25,7 @@ public class IndexedAccount { |
25 | } | 25 | } |
26 | 26 | ||
27 | public IndexedAccount() { | 27 | public IndexedAccount() { |
28 | - | 28 | + //no args constructor to make it proxyable |
29 | } | 29 | } |
30 | 30 | ||
31 | public Integer getUserId() { | 31 | public Integer getUserId() { | ... | ... |
... | @@ -29,7 +29,7 @@ public class IndexedPublisher { | ... | @@ -29,7 +29,7 @@ public class IndexedPublisher { |
29 | } | 29 | } |
30 | 30 | ||
31 | public IndexedPublisher() { | 31 | public IndexedPublisher() { |
32 | - | 32 | + //no args constructor to make it proxyable |
33 | } | 33 | } |
34 | 34 | ||
35 | public int getPublisherId() { | 35 | public int getPublisherId() { | ... | ... |
-
Please register or login to post a comment