File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import javascript as stdlib
33signature class BindingStringReaderSig {
44 string getBindingString ( ) ;
55
6- stdlib:: DbLocation getLocation ( ) ;
6+ stdlib:: Location getLocation ( ) ;
77
88 // Get a dataflow node associated with the binding string, if any.
99 // Note that not all location from which we can obtain a binding string
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ private class BindingStringReader extends TBindingString {
6565 )
6666 }
6767
68- DbLocation getLocation ( ) {
68+ Location getLocation ( ) {
6969 exists ( StringLiteral stringLiteral |
7070 this = TBindingStringFromLiteral ( stringLiteral ) and
7171 result = stringLiteral .getLocation ( )
You can’t perform that action at this time.
0 commit comments