We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207aebc commit 130e189Copy full SHA for 130e189
java/ql/lib/semmle/code/java/frameworks/spring/SpringData.qll
@@ -12,8 +12,6 @@ private import semmle.code.java.dataflow.ExternalFlow
12
private class FlowSummaries extends SummaryModelCsv {
13
override predicate row(string row) {
14
row =
15
- [
16
- "org.springframework.data.repository;CrudRepository;true;save;;;Argument[0];ReturnValue;value;manual"
17
- ]
+ "org.springframework.data.repository;CrudRepository;true;save;;;Argument[0];ReturnValue;value;manual"
18
}
19
0 commit comments