Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -28,7 +28,7 @@ public class ListCountriesView implements Serializable { | ... | @@ -28,7 +28,7 @@ public class ListCountriesView implements Serializable { |
28 | /** | 28 | /** |
29 | * Uses SharedService to get countries | 29 | * Uses SharedService to get countries |
30 | * | 30 | * |
31 | - * @param sharedService | 31 | + * @param sharedService injected SharedService |
32 | */ | 32 | */ |
33 | @Inject | 33 | @Inject |
34 | public ListCountriesView(SharedService sharedService) { | 34 | public ListCountriesView(SharedService sharedService) { | ... | ... |
-
Please register or login to post a comment