Skip to content

Commit 57db763

Browse files
committed
C#: make csharp import private
1 parent 89af50f commit 57db763

File tree

1 file changed

+1
-1
lines changed
  • csharp/ql/lib/semmle/code/csharp/frameworks/system/xml

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/frameworks/system/xml/XPath.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** Provides classes related to the namespace `System.Xml.XPath`. */
22

3-
import csharp as CSharp
3+
private import csharp as CSharp
44
private import semmle.code.csharp.frameworks.system.Xml as Xml
55

66
/** Definitions relating to the `System.Xml.XPath` namespace. */

0 commit comments

Comments
 (0)