C++/Java/JavaScript/Python: Unify imports in XML.qll.

This commit is contained in:
Max Schaefer
2019-12-17 07:20:40 +00:00
parent 49abffa477
commit a2fe678464
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
* Provides classes and predicates for working with XML files and their content.
*/
import javascript
import semmle.files.FileSystem
/** An XML element that has a location. */
abstract class XMLLocatable extends @xmllocatable {