Skip to content

Commit da90ae0

Browse files
authored
Update java/ql/lib/semmle/code/java/dataflow/FlowSources.qll
1 parent 293a203 commit da90ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/dataflow/FlowSources.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ class OnActivityResultIntentSource extends OnActivityResultIncomingIntent, Remot
300300
}
301301

302302
/**
303-
* A parameter of a method annotated with the `android.webkit.JavascriptInterface` method
303+
* A parameter of a method annotated with the `android.webkit.JavascriptInterface` annotation.
304304
*/
305305
class AndroidJavascriptInterfaceMethodParameter extends RemoteFlowSource {
306306
AndroidJavascriptInterfaceMethodParameter() {

0 commit comments

Comments
 (0)