Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -54,8 +54,8 @@ public class PublisherVersionView implements Serializable { | ... | @@ -54,8 +54,8 @@ public class PublisherVersionView implements Serializable { |
54 | /** | 54 | /** |
55 | * Uses PublisherService to get its data and SharedService to get countries | 55 | * Uses PublisherService to get its data and SharedService to get countries |
56 | * | 56 | * |
57 | - * @param publisherService | 57 | + * @param publisherService injected PublisherService |
58 | - * @param sharedService | 58 | + * @param sharedService injected SharedService |
59 | */ | 59 | */ |
60 | @Inject | 60 | @Inject |
61 | public PublisherVersionView(PublisherService publisherService, SharedService sharedService) { | 61 | public PublisherVersionView(PublisherService publisherService, SharedService sharedService) { | ... | ... |
-
Please register or login to post a comment