Skip to content

Commit 90c4cb4

Browse files
authored
Merge pull request #128 from Flashky/feature/127-solve-sonar-issues
Feature/127 solve sonar issues
2 parents 0ffdb35 + dad955a commit 90c4cb4

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

src/main/java/com/adventofcode/flashk/common/JsonUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static JsonNode buildTree(String input) {
2727
try {
2828
ObjectMapper objectMapper = new ObjectMapper();
2929
return objectMapper.readTree(input);
30-
} catch (JsonProcessingException e) {
30+
} catch (JsonProcessingException _) {
3131
throw new IllegalArgumentException("The file "+input+" has wrong format.");
3232
}
3333
}

src/test/java/com/adventofcode/flashk/common/test/utils/PuzzleTest.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)