Skip to content

Commit

Permalink
Save
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyDallas committed Feb 15, 2023
1 parent f403d89 commit 3e8a394
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,7 @@ public static void signSingleFile(
*/
public static StreamType loadStreamTypeFromJson(final String jsonPath) throws IOException {
final ObjectMapper objectMapper = new ObjectMapper();

final File file = new File(jsonPath);

return objectMapper.readValue(file, StreamTypeFromJson.class);
}

Expand Down

0 comments on commit 3e8a394

Please sign in to comment.