Skip to content

Commit 93972a4

Browse files
committed
C#: Rename AutomodelVsCode to ModelEditor
1 parent 4693f72 commit 93972a4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

csharp/ql/src/utils/modeleditor/FetchApplicationModeMethods.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
private import csharp
11-
private import AutomodelVsCode
11+
private import ModelEditor
1212

1313
class ExternalEndpoint extends Endpoint {
1414
ExternalEndpoint() {

csharp/ql/src/utils/modeleditor/FetchFrameworkModeMethods.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
private import csharp
1111
private import dotnet
1212
private import semmle.code.csharp.frameworks.Test
13-
private import AutomodelVsCode
13+
private import ModelEditor
1414

1515
class PublicEndpointFromSource extends Endpoint {
1616
PublicEndpointFromSource() { this.fromSource() and not this.getFile() instanceof TestFile }

0 commit comments

Comments
 (0)