Fixed a typo
parent
7bf612d908
commit
f1e1dbf514
|
|
@ -25,7 +25,7 @@ import static org.scientificcms.publications.SciPublicationsConstants.*;
|
|||
@Audited
|
||||
@JsonIdentityInfo(
|
||||
generator = ObjectIdGenerators.PropertyGenerator.class,
|
||||
resolver = ArticleInCollectedVolumeIdResolver.class,
|
||||
resolver = ArticleInJournalIdResolver.class,
|
||||
property = "uuid",
|
||||
scope = ArticleInJournal.class
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue