From 7e13610d24d9861cbd9532e37cd5002e1c13b8fa Mon Sep 17 00:00:00 2001 From: Jami Cogswell Date: Thu, 22 Sep 2022 11:49:47 -0400 Subject: [PATCH] minor qldoc update --- java/ql/lib/semmle/code/java/frameworks/android/Intent.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/ql/lib/semmle/code/java/frameworks/android/Intent.qll b/java/ql/lib/semmle/code/java/frameworks/android/Intent.qll index a51348d5c34..97d16286c7b 100644 --- a/java/ql/lib/semmle/code/java/frameworks/android/Intent.qll +++ b/java/ql/lib/semmle/code/java/frameworks/android/Intent.qll @@ -66,7 +66,7 @@ class AndroidReceiveIntentMethod extends Method { /** * The method `Service.onStart`, `onStartCommand`, - * `onBind`, `onRebind`, `onUnbind`, or `onTaskRemoved` + * `onBind`, `onRebind`, `onUnbind`, or `onTaskRemoved`. */ class AndroidServiceIntentMethod extends Method { AndroidServiceIntentMethod() {