mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
C++: Undo changes to shared XML.qll
This commit is contained in:
@@ -119,7 +119,7 @@ class XMLFile extends XMLParent, File {
|
||||
override string toString() { result = XMLParent.super.toString() }
|
||||
|
||||
/** Gets the name of this XML file. */
|
||||
deprecated override string getName() { result = File.super.getAbsolutePath() }
|
||||
override string getName() { result = File.super.getAbsolutePath() }
|
||||
|
||||
/**
|
||||
* DEPRECATED: Use `getAbsolutePath()` instead.
|
||||
|
||||
Reference in New Issue
Block a user