Skip to content

Commit 130e189

Browse files
author
Sebastian Bauersfeld
committed
Address review comments.
1 parent 207aebc commit 130e189

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

java/ql/lib/semmle/code/java/frameworks/spring/SpringData.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ private import semmle.code.java.dataflow.ExternalFlow
1212
private class FlowSummaries extends SummaryModelCsv {
1313
override predicate row(string row) {
1414
row =
15-
[
16-
"org.springframework.data.repository;CrudRepository;true;save;;;Argument[0];ReturnValue;value;manual"
17-
]
15+
"org.springframework.data.repository;CrudRepository;true;save;;;Argument[0];ReturnValue;value;manual"
1816
}
1917
}

0 commit comments

Comments
 (0)