Fix QLDoc

This commit is contained in:
Tony Torralba
2022-01-10 17:13:13 +01:00
parent e1e5e78464
commit cc92ce2754

View File

@@ -46,8 +46,7 @@ class SharedPreferencesEditorMethodAccess extends Storable, MethodAccess {
/**
* Holds if `input` is the second argument of a setter method
* called on `editor`, which is an instance of `SharedPreferences$Editor`
* .
* called on `editor`, which is an instance of `SharedPreferences$Editor`.
*/
private predicate sharedPreferencesInput(DataFlow::Node editor, Expr input) {
exists(MethodAccess m |