Skip to content

Conversation

tsurdilo
Copy link
Contributor

Signed-off-by: Tihomir Surdilovic tihomir@temporal.io

adds the https://github.com/coveooss/fmt-maven-plugin plugin to maven build

Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
@tsurdilo tsurdilo merged commit 8662d36 into serverlessworkflow:main Sep 21, 2021
@Override
public Constants deserialize(JsonParser jp,
DeserializationContext ctxt) throws IOException {
ObjectMapper mapper = (ObjectMapper) jp.getCodec();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UnusedVariable: The local variable 'mapper' is never read.
(at-me in a reply with help or ignore)

Object obj = yamlReader.readValue(secretsFileSrc, Object.class);
@Override
public Secrets deserialize(JsonParser jp, DeserializationContext ctxt) throws IOException {
ObjectMapper mapper = (ObjectMapper) jp.getCodec();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UnusedVariable: The local variable 'mapper' is never read.
(at-me in a reply with help or ignore)


ObjectMapper mapper = (ObjectMapper) jp.getCodec();
JsonNode node = jp.getCodec().readTree(jp);
ObjectMapper mapper = (ObjectMapper) jp.getCodec();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UnusedVariable: The local variable 'mapper' is never read.
(at-me in a reply with help or ignore)

@manick02
Copy link
Contributor

This looks good for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants