Skip to content

Commit a67bd4d

Browse files
committed
Swift: Fix name clash.
1 parent 3d025ea commit a67bd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/frameworks/StandardLibrary/CustomUrlSchemes.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ private import codeql.swift.dataflow.DataFlow
33
private import codeql.swift.dataflow.ExternalFlow
44
private import codeql.swift.dataflow.FlowSources
55

6-
private class UrlRemoteFlowSource extends SourceModelCsv {
6+
private class CustomUrlRemoteFlowSource extends SourceModelCsv {
77
override predicate row(string row) {
88
row =
99
[

0 commit comments

Comments
 (0)