mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
update class QLDoc to start with 'An'
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
private import semmle.code.xml.AndroidManifest
|
private import semmle.code.xml.AndroidManifest
|
||||||
|
|
||||||
/** Represents an implicitly exported Android component */
|
/** An implicitly exported Android component */
|
||||||
class ImplicitlyExportedAndroidComponent extends AndroidComponentXmlElement {
|
class ImplicitlyExportedAndroidComponent extends AndroidComponentXmlElement {
|
||||||
ImplicitlyExportedAndroidComponent() {
|
ImplicitlyExportedAndroidComponent() {
|
||||||
not this.hasExportedAttribute() and
|
not this.hasExportedAttribute() and
|
||||||
|
|||||||
Reference in New Issue
Block a user