Skip to content

Commit

Permalink
fixed pmd
Browse files Browse the repository at this point in the history
  • Loading branch information
turingtestfail committed Jul 18, 2024
1 parent b198e80 commit 6328be1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ private static Optional<Mapml> getInterpolatedFromTemplate(
String templateOutput = "Error parsing template output";
try {
templateOutput = mapMLMapTemplate.features(fc.getSchema(), feature);
StringReader reader = new StringReader(templateOutput);
Mapml out = encoder.decode(new StringReader(templateOutput));
return Optional.of(out);
} catch (Exception e) {
Expand Down

0 comments on commit 6328be1

Please sign in to comment.