Address review comments.

This commit is contained in:
Sebastian Bauersfeld
2022-08-25 18:49:38 +07:00
parent 207aebc581
commit 130e1892f4

View File

@@ -12,8 +12,6 @@ private import semmle.code.java.dataflow.ExternalFlow
private class FlowSummaries extends SummaryModelCsv {
override predicate row(string row) {
row =
[
"org.springframework.data.repository;CrudRepository;true;save;;;Argument[0];ReturnValue;value;manual"
]
"org.springframework.data.repository;CrudRepository;true;save;;;Argument[0];ReturnValue;value;manual"
}
}