Skip to content

Commit cc92ce2

Browse files
committed
Fix QLDoc
1 parent e1e5e78 commit cc92ce2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/ql/lib/semmle/code/java/security/CleartextStorageSharedPrefsQuery.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ class SharedPreferencesEditorMethodAccess extends Storable, MethodAccess {
4646

4747
/**
4848
* Holds if `input` is the second argument of a setter method
49-
* called on `editor`, which is an instance of `SharedPreferences$Editor`
50-
* .
49+
* called on `editor`, which is an instance of `SharedPreferences$Editor`.
5150
*/
5251
private predicate sharedPreferencesInput(DataFlow::Node editor, Expr input) {
5352
exists(MethodAccess m |

0 commit comments

Comments
 (0)