Skip to content

Commit

Permalink
debugging action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Thurner committed Aug 13, 2024
1 parent 033da70 commit 87049b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private static void analyzeRestCalls() {
}
}
RestCallAnalysis restCallAnalysis = new RestCallAnalysis(restCallsWithMatchingEndpoint, restCallsWithoutMatchingEndpoint);
mapper.writeValue(new File("supporting_scripts/analysis-of-endpoint-connections/restCallAnalysisResult.json"), restCallAnalysis);
mapper.writeValue(new File("restCallAnalysisResult.json"), restCallAnalysis);
}
catch (IOException e) {
e.printStackTrace();
Expand Down

0 comments on commit 87049b6

Please sign in to comment.