From c5526ffef8feaf82d8a6ae0d305af94e8c57a677 Mon Sep 17 00:00:00 2001 From: Jami Cogswell Date: Thu, 11 Aug 2022 21:48:48 -0400 Subject: [PATCH] update class QLDoc to start with 'An' --- .../code/java/security/ImplicitlyExportedAndroidComponent.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/ql/lib/semmle/code/java/security/ImplicitlyExportedAndroidComponent.qll b/java/ql/lib/semmle/code/java/security/ImplicitlyExportedAndroidComponent.qll index 8de2efb2be1..9d2d278c9be 100644 --- a/java/ql/lib/semmle/code/java/security/ImplicitlyExportedAndroidComponent.qll +++ b/java/ql/lib/semmle/code/java/security/ImplicitlyExportedAndroidComponent.qll @@ -2,7 +2,7 @@ private import semmle.code.xml.AndroidManifest -/** Represents an implicitly exported Android component */ +/** An implicitly exported Android component */ class ImplicitlyExportedAndroidComponent extends AndroidComponentXmlElement { ImplicitlyExportedAndroidComponent() { not this.hasExportedAttribute() and