Skip to content

Commit

Permalink
TranslatorAppConfigurationCreationKapuaKura doesn't support construct…
Browse files Browse the repository at this point in the history
…or injection
  • Loading branch information
reda-alaoui committed Jan 9, 2025
1 parent 39dc4b4 commit 0575b39
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@

public class TranslatorAppConfigurationCreationKapuaKura extends AbstractTranslatorKapuaKura<ConfigurationRequestChannel, ConfigurationCreationRequestPayload, ConfigurationCreationRequestMessage> {

private final ObjectMapper jsonMapper;

@Inject
public TranslatorAppConfigurationCreationKapuaKura(ObjectMapper jsonMapper) {
this.jsonMapper = jsonMapper;
}
private ObjectMapper jsonMapper;

@Override
protected KuraRequestChannel translateChannel(ConfigurationRequestChannel kapuaChannel) throws InvalidChannelException {
Expand Down

0 comments on commit 0575b39

Please sign in to comment.