Skip to content

Commit

Permalink
refactor: ♻️ refactor bad smell InnerClassMayBeStatic (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt authored May 16, 2023
1 parent f36a041 commit 475e0f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ private List<AnalyzerResult> parseSarif(Path resultPath) throws IOException {
return results;
}

private final class ResultCallbackImplementation implements ResultCallback<Frame> {
private static final class ResultCallbackImplementation implements ResultCallback<Frame> {
private final StringBuilder sb;

private ResultCallbackImplementation(StringBuilder sb) {
Expand Down

0 comments on commit 475e0f8

Please sign in to comment.