mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Added a comment for getBeanIdentifier()
Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
@@ -47,6 +47,9 @@ private class UnsafeBeanInitMethod extends Method {
|
||||
)
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets this bean's name if given by the `Bean` annotation, or this method's identifier otherwise.
|
||||
*/
|
||||
string getBeanIdentifier() { result = identifier }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user