Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -4,7 +4,7 @@ import javax.persistence.Id; | ... | @@ -4,7 +4,7 @@ import javax.persistence.Id; |
4 | import javax.persistence.Lob; | 4 | import javax.persistence.Lob; |
5 | 5 | ||
6 | /** | 6 | /** |
7 | - * Simplified class for indexing validated publisher: content from PublisherVersion with id from Publisher | 7 | + * Simplified class for indexing and searching validated publishers: content from PublisherVersion with id from Publisher |
8 | */ | 8 | */ |
9 | public class IndexedPublisher { | 9 | public class IndexedPublisher { |
10 | @Id | 10 | @Id | ... | ... |
-
Please register or login to post a comment