mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Accept suggested QLDoc fix
Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
@@ -25,7 +25,7 @@ class AndroidManifestXmlFile extends XmlFile {
|
||||
predicate isInBuildDirectory() { this.getFile().getRelativePath().matches("%build%") }
|
||||
|
||||
/**
|
||||
* Holds if `amxf` defines at least one activity, service or contest provider,
|
||||
* Holds if this file defines at least one activity, service or contest provider,
|
||||
* and so it corresponds to an android application rather than a library.
|
||||
*/
|
||||
predicate definesAndroidApplication() {
|
||||
|
||||
Reference in New Issue
Block a user