Fixed a typo

master
Jens Pelzetter 2022-12-07 20:40:20 +01:00
parent 7bf612d908
commit f1e1dbf514
1 changed files with 1 additions and 1 deletions

View File

@ -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
)