mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Add missing QLDoc
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
/**
|
||||
* Provides classes for working with Spring classes and interfaces from
|
||||
* Provides classes and predicates for working with Spring classes and interfaces from
|
||||
* `org.springframework.beans`.
|
||||
*/
|
||||
|
||||
import java
|
||||
import semmle.code.java.dataflow.ExternalFlow
|
||||
|
||||
/**
|
||||
* Provides models for the `org.springframework.beans` package.
|
||||
*/
|
||||
module SpringBeans {
|
||||
private class FlowSummaries extends SummaryModelCsv {
|
||||
override predicate row(string row) {
|
||||
|
||||
Reference in New Issue
Block a user