Skip to content

Commit

Permalink
Use lowercase for symbol valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner authored Dec 27, 2024
1 parent c919254 commit 6d3e5c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public Valgrind() {
}

/** Descriptor for this static analysis tool. */
@Symbol("Valgrind")
@Symbol("valgrind")
@Extension
public static class Descriptor extends AnalysisModelParserDescriptor {
/** Creates the descriptor instance. */
Expand Down

0 comments on commit 6d3e5c1

Please sign in to comment.