We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffdb35 commit cdbc866Copy full SHA for cdbc866
src/main/java/com/adventofcode/flashk/common/JsonUtil.java
@@ -27,7 +27,7 @@ public static JsonNode buildTree(String input) {
27
try {
28
ObjectMapper objectMapper = new ObjectMapper();
29
return objectMapper.readTree(input);
30
- } catch (JsonProcessingException e) {
+ } catch (JsonProcessingException _) {
31
throw new IllegalArgumentException("The file "+input+" has wrong format.");
32
}
33
0 commit comments