Skip to content

Commit c5526ff

Browse files
Jami CogswellJami Cogswell
authored andcommitted
update class QLDoc to start with 'An'
1 parent fba9ffd commit c5526ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
private import semmle.code.xml.AndroidManifest
44

5-
/** Represents an implicitly exported Android component */
5+
/** An implicitly exported Android component */
66
class ImplicitlyExportedAndroidComponent extends AndroidComponentXmlElement {
77
ImplicitlyExportedAndroidComponent() {
88
not this.hasExportedAttribute() and

0 commit comments

Comments
 (0)